Interface NuxeoAuthenticationPluginLogoutExtension
- All Known Implementing Classes:
AnonymousAuthenticator
,AnonymousAuthenticatorForCAS2
,Cas2Authenticator
,ClearTrustAuthenticator
,KeycloakAuthenticationPlugin
,SAMLAuthenticationProvider
,ShibbolethAuthenticationPlugin
,TokenAuthenticator
public interface NuxeoAuthenticationPluginLogoutExtension
-
Method Summary
Modifier and TypeMethodDescriptionhandleLogout
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Handles logout operation.
-
Method Details
-
handleLogout
Boolean handleLogout(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Handles logout operation.Generic logout (killing session and Seam objects) is done by LogoutActionBean This interface must be implemented by auth plugin when the target auth system needs a specific logout procedure.
- Returns:
- true if caller must stop execution (ie: logout generated a redirect), false otherwise
-