Package org.gatein.sso.agent.filter
Class OpenSSOLogoutFilter
java.lang.Object
org.exoplatform.container.web.AbstractFilter
org.gatein.sso.agent.filter.api.AbstractSSOInterceptor
org.gatein.sso.agent.filter.AbstractLogoutFilter
org.gatein.sso.agent.filter.OpenSSOLogoutFilter
- All Implemented Interfaces:
javax.servlet.Filter,SSOInterceptor
- Author:
- Sohil Shah
-
Field Summary
Fields inherited from class org.gatein.sso.agent.filter.AbstractLogoutFilter
log, logoutUrlFields inherited from class org.gatein.sso.agent.filter.api.AbstractSSOInterceptor
PORTAL_CONTAINER_SUBSTITUTION_PATTERNFields inherited from class org.exoplatform.container.web.AbstractFilter
config, servletContextName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetRedirectUrl(javax.servlet.http.HttpServletRequest httpRequest) Methods inherited from class org.gatein.sso.agent.filter.AbstractLogoutFilter
destroy, doFilter, handleLogout, initImpl, isLogoutInProgressMethods inherited from class org.gatein.sso.agent.filter.api.AbstractSSOInterceptor
afterInit, getExoContainer, getInitParameter, initWithParamsMethods inherited from class org.exoplatform.container.web.AbstractFilter
getContainer, getServletContext, init, requirePortalEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.Filter
init
-
Constructor Details
-
OpenSSOLogoutFilter
public OpenSSOLogoutFilter()
-
-
Method Details
-
getRedirectUrl
- Specified by:
getRedirectUrlin classAbstractLogoutFilter
-