Example usage for com.liferay.portal.servlet.filters BasePortalFilter subclass-usage

List of usage examples for com.liferay.portal.servlet.filters BasePortalFilter subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.servlet.filters BasePortalFilter subclass-usage.

Usage

From source file com.ext.portal.servlet.filters.sso.cas.CASFilterExt.java

/**
 * @author Michael Young
 * @author Brian Wing Shun Chan
 * @author Raymond Aug
 * @author Tina Tian
 * @author Zsolt Balogh

From source file com.labimo.Oauth2Filter.java

public class Oauth2Filter extends BasePortalFilter {
    private static final String DefaultUrl = "urn:ietf:wg:oauth:2.0:oob";
    private static final String Token = "token";
    private static final String Code = "code";
    private static final long ExpiredTime = 60 * 60 * 1000L;
    private static final String OauthDefaultPage = "http://127.0.0.1:8080/web/smartbuilder/oauth2_default_page";

From source file com.liferay.portal.servlet.filters.sso.cas.CASFilter.java

public class CASFilter extends BasePortalFilter \{\par
\par
\tab public static String LOGIN = CASFilter.class.getName() + "LOGIN";\par
\par
\tab public static void reload(long companyId) \{\par
\tab\tab _ticketValidators.remove(companyId);\par

From source file com.sohlman.profiler.liferay.ProfilerFilter.java

public class ProfilerFilter extends BasePortalFilter {
    public final String SKIP_FILTER = getClass().getName() + "SKIP_FILTER";

    private final String PROFILE_THRESHOLDMILLIS = "threadlocalprofiler.thresholdmillis";
    private final String PROFILE_ROWIDENTIFIER = "threadlocalprofiler.rowidentfier";
    private final String PROFILE_THRESHOLDREACHED_IDENTIFIER = "threadlocalprofiler.thresholdreached.rowidentfier";

From source file org.josso.liferay5.agent.LiferaySSOAgentFilter.java

/**
 * JOSSO Servlet Filter for Generic SSO Agent, this replaces the Valve in tomcat or other container specific components.
 * The filter will handle web logic to authenticate, login and logout users.
 * <p/>
 *
 * @author <a href="mailto:dfisic@josso.org">Dusan Fisic</a>

From source file org.josso.liferay6.agent.LiferaySSOAgentFilter.java

/**
 * JOSSO Servlet Filter for Generic SSO Agent, this replaces the Valve in tomcat or other container specific components.
 * The fillter will handle web logic to authenticate, login and logout users.
 * <p/>
 *
 * @author <a href="mailto:gbrigand@josso.org">Gianluca Brigandi</a>

From source file org.openinfinity.sso.springsecurity.liferay.PreAuthenticationAwareAutologinFilter.java

/**
 * A filter that basically duplicates the functionality of Liferay
 * {@code AutologinFilter} but checks for a flag set by a preceeding
 * authentication mechanism to determine whether further authentication is
 * needed.
 * <p/>

From source file org.wso2.carbon.sso.liferay.filter.LifeRayAuthFilter.java

public class LifeRayAuthFilter extends BasePortalFilter {

    public static Log log = LogFactoryUtil.getLog(LifeRayAuthFilter.class);

    protected void processFilter(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse,
            javax.servlet.FilterChain filterChain) throws Exception {