public class AnonymousAuthenticatorForCAS2 extends AnonymousAuthenticator
Modifier and Type | Field and Description |
---|---|
protected Cas2Authenticator |
casAuthenticator |
protected static org.apache.commons.logging.Log |
log |
anonymousLogin, BLOCK_ANONYMOUS_LOGIN_KEY, initialized
Constructor and Description |
---|
AnonymousAuthenticatorForCAS2() |
Modifier and Type | Method and Description |
---|---|
Cas2Authenticator |
getCas2Authenticator() |
Boolean |
handleLogout(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Handles logout operation.
|
getUnAuthenticatedURLPrefix, handleLoginPrompt, handleRetrieveIdentity, initPlugin, isAnonymousLoginBlocked, isAnonymousRequest, needLoginPrompt
protected static final org.apache.commons.logging.Log log
protected Cas2Authenticator casAuthenticator
public AnonymousAuthenticatorForCAS2()
public Boolean handleLogout(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
NuxeoAuthenticationPluginLogoutExtension
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.
handleLogout
in interface NuxeoAuthenticationPluginLogoutExtension
handleLogout
in class AnonymousAuthenticator
public Cas2Authenticator getCas2Authenticator()
Copyright © 2015 Nuxeo SA. All rights reserved.