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, needLoginPromptprotected 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)
NuxeoAuthenticationPluginLogoutExtensionGeneric 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 NuxeoAuthenticationPluginLogoutExtensionhandleLogout in class AnonymousAuthenticatorpublic Cas2Authenticator getCas2Authenticator()
Copyright © 2016 Nuxeo SA. All rights reserved.