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 CachableUserIdentificationInfoNuxeoAuthenticationFilter.retrieveIdentityFromCache(jakarta.servlet.http.HttpServletRequest httpRequest) Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type CachableUserIdentificationInfoModifier and TypeMethodDescriptionprotected PrincipalNuxeoAuthenticationFilter.doAuthenticate(CachableUserIdentificationInfo cachableUserIdent, jakarta.servlet.http.HttpServletRequest httpRequest) NuxeoAuthenticationFilter.getAuthenticator(CachableUserIdentificationInfo ci) protected booleanNuxeoAuthenticationFilter.handleLogout(jakarta.servlet.ServletRequest request, jakarta.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 TypeMethodDescriptionvoidNuxeoAuthenticationSessionManager.onAuthenticatedSessionCreated(jakarta.servlet.ServletRequest request, jakarta.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 TypeMethodDescriptionvoidDefaultSessionManager.onAuthenticatedSessionCreated(jakarta.servlet.ServletRequest request, jakarta.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 TypeMethodDescriptionvoidPluggableAuthenticationService.onAuthenticatedSessionCreated(jakarta.servlet.ServletRequest request, jakarta.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 TypeMethodDescriptionvoidWebEngineSessionManager.onAuthenticatedSessionCreated(jakarta.servlet.ServletRequest request, jakarta.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)