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 CachableUserIdentificationInfo
NuxeoAuthenticationFilter. 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 Principal
NuxeoAuthenticationFilter. doAuthenticate(CachableUserIdentificationInfo cachableUserIdent, javax.servlet.http.HttpServletRequest httpRequest)
NuxeoAuthenticationPlugin
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 CachableUserIdentificationInfo Modifier and Type Method Description void
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 CachableUserIdentificationInfo Modifier and Type Method Description void
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 CachableUserIdentificationInfo Modifier and Type Method Description void
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 CachableUserIdentificationInfo Modifier and Type Method Description void
WebEngineSessionManager. onAuthenticatedSessionCreated(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)
-