Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.CachableUserIdentificationInfo
Packages that use CachableUserIdentificationInfo
Package
Description
-
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return CachableUserIdentificationInfoModifier and TypeMethodDescriptionprotected static CachableUserIdentificationInfo
NuxeoAuthenticationFilter.retrieveIdentityFromCache
(javax.servlet.http.HttpServletRequest httpRequest) Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type CachableUserIdentificationInfoModifier 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
Methods in org.nuxeo.ecm.platform.ui.web.auth.interfaces with parameters of type CachableUserIdentificationInfoModifier 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
Methods in org.nuxeo.ecm.platform.ui.web.auth.plugins with parameters of type CachableUserIdentificationInfoModifier 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
Methods in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type CachableUserIdentificationInfoModifier and TypeMethodDescriptionvoid
PluggableAuthenticationService.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession session, CachableUserIdentificationInfo cachebleUserInfo) -
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.webengine.login
Methods in org.nuxeo.ecm.webengine.login with parameters of type CachableUserIdentificationInfoModifier and TypeMethodDescriptionvoid
WebEngineSessionManager.onAuthenticatedSessionCreated
(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)