Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.CachableUserIdentificationInfo
Package
Description
-
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
Modifier and TypeMethodDescriptionprotected static CachableUserIdentificationInfo
NuxeoAuthenticationFilter.retrieveIdentityFromCache
(javax.servlet.http.HttpServletRequest httpRequest) Modifier and TypeMethodDescriptionprotected Principal
NuxeoAuthenticationFilter.doAuthenticate
(CachableUserIdentificationInfo cachableUserIdent, javax.servlet.http.HttpServletRequest httpRequest) NuxeoAuthenticationFilter.getAuthenticator
(CachableUserIdentificationInfo ci) protected boolean
NuxeoAuthenticationFilter.handleLogout
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, CachableUserIdentificationInfo cachedUserInfo) -
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.interfaces
Modifier and TypeMethodDescriptionvoid
NuxeoAuthenticationSessionManager.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession session, CachableUserIdentificationInfo cachebleUserInfo) CallBack for session creation -
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.plugins
Modifier and TypeMethodDescriptionvoid
DefaultSessionManager.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession session, CachableUserIdentificationInfo cachableUserInfo) -
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.service
Modifier and TypeMethodDescriptionvoid
PluggableAuthenticationService.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession session, CachableUserIdentificationInfo cachebleUserInfo) -
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.webengine.login
Modifier and TypeMethodDescriptionvoid
WebEngineSessionManager.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)