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
|
invalidateSession, onAfterSessionReinit, onBeforeSessionReinit
public WebEngineSessionManager()
public boolean canBypassRequest(javax.servlet.ServletRequest request)
NuxeoAuthenticationSessionManager
canBypassRequest
in interface NuxeoAuthenticationSessionManager
canBypassRequest
in class DefaultSessionManager
public void onAuthenticatedSessionCreated(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)
NuxeoAuthenticationSessionManager
onAuthenticatedSessionCreated
in interface NuxeoAuthenticationSessionManager
onAuthenticatedSessionCreated
in class DefaultSessionManager
public boolean needResetLogin(javax.servlet.ServletRequest req)
NuxeoAuthenticationSessionManager
needResetLogin
in interface NuxeoAuthenticationSessionManager
needResetLogin
in class DefaultSessionManager
Copyright © 2019 Nuxeo. All rights reserved.