Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.CachableUserIdentificationInfo

Packages that use CachableUserIdentificationInfo
org.nuxeo.ecm.platform.ui.web.auth   
org.nuxeo.ecm.platform.ui.web.auth.interfaces   
org.nuxeo.ecm.platform.ui.web.auth.plugins   
org.nuxeo.ecm.platform.ui.web.auth.service   
org.nuxeo.ecm.webengine.login   
org.nuxeo.platform.login.web   
 

Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
 

Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type CachableUserIdentificationInfo
 NuxeoAuthenticationPlugin NuxeoAuthenticationFilter.getAuthenticator(CachableUserIdentificationInfo ci)
           
 

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
 void NuxeoAuthenticationSessionManager.onAuthenticatedSessionCreated(ServletRequest request, HttpSession session, CachableUserIdentificationInfo cachebleUserInfo)
          CallBack for session creation
 void NuxeoAuthenticationPropagator.propagateUserIdentificationInformation(CachableUserIdentificationInfo cachableUserIdent)
          Propagates userIdentification information from the web context to the ejb context.
 

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
 void DefaultSessionManager.onAuthenticatedSessionCreated(ServletRequest request, 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
 void PluggableAuthenticationService.onAuthenticatedSessionCreated(ServletRequest request, HttpSession session, CachableUserIdentificationInfo cachebleUserInfo)
           
 void PluggableAuthenticationService.propagateUserIdentificationInformation(CachableUserIdentificationInfo cachableUserIdent)
           
 

Uses of CachableUserIdentificationInfo in org.nuxeo.ecm.webengine.login
 

Methods in org.nuxeo.ecm.webengine.login with parameters of type CachableUserIdentificationInfo
 void WebEngineSessionManager.onAuthenticatedSessionCreated(ServletRequest request, HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)
           
 

Uses of CachableUserIdentificationInfo in org.nuxeo.platform.login.web
 

Methods in org.nuxeo.platform.login.web with parameters of type CachableUserIdentificationInfo
 void LoginStackPropagator.propagateUserIdentificationInformation(CachableUserIdentificationInfo cachableUserIdent)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.