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