Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.CachableUserIdentificationInfo
-
-
Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return CachableUserIdentificationInfo Modifier and Type Method Description protected static CachableUserIdentificationInfoNuxeoAuthenticationFilter. retrieveIdentityFromCache(javax.servlet.http.HttpServletRequest httpRequest)Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type CachableUserIdentificationInfo Modifier and Type Method Description protected PrincipalNuxeoAuthenticationFilter. doAuthenticate(CachableUserIdentificationInfo cachableUserIdent, javax.servlet.http.HttpServletRequest httpRequest)NuxeoAuthenticationPluginNuxeoAuthenticationFilter. getAuthenticator(CachableUserIdentificationInfo ci)protected booleanNuxeoAuthenticationFilter. 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 CachableUserIdentificationInfo Modifier and Type Method Description voidNuxeoAuthenticationSessionManager. 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 CachableUserIdentificationInfo Modifier and Type Method Description voidDefaultSessionManager. 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 CachableUserIdentificationInfo Modifier and Type Method Description voidPluggableAuthenticationService. 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 CachableUserIdentificationInfo Modifier and Type Method Description voidWebEngineSessionManager. onAuthenticatedSessionCreated(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)
-