public class WebEngineSessionManager extends DefaultSessionManager
| Constructor and Description | 
|---|
| WebEngineSessionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canBypassRequest(javax.servlet.ServletRequest request)Returns true if request does not require to be authenticated. | 
| boolean | needResetLogin(javax.servlet.ServletRequest req)Checks whether or not this request was made to perform login. | 
| void | onAuthenticatedSessionCreated(javax.servlet.ServletRequest request,
                             javax.servlet.http.HttpSession httpSession,
                             CachableUserIdentificationInfo cachableUserInfo)CallBack for session creation | 
onAfterSessionReinit, onBeforeSessionInvalidate, onBeforeSessionReinitpublic boolean canBypassRequest(javax.servlet.ServletRequest request)
NuxeoAuthenticationSessionManagercanBypassRequest in interface NuxeoAuthenticationSessionManagercanBypassRequest in class DefaultSessionManagerpublic void onAuthenticatedSessionCreated(javax.servlet.ServletRequest request,
                                 javax.servlet.http.HttpSession httpSession,
                                 CachableUserIdentificationInfo cachableUserInfo)
NuxeoAuthenticationSessionManageronAuthenticatedSessionCreated in interface NuxeoAuthenticationSessionManageronAuthenticatedSessionCreated in class DefaultSessionManagerpublic boolean needResetLogin(javax.servlet.ServletRequest req)
NuxeoAuthenticationSessionManagerneedResetLogin in interface NuxeoAuthenticationSessionManagerneedResetLogin in class DefaultSessionManagerCopyright © 2014 Nuxeo SA. All rights reserved.