Nuxeo Enterprise Platform 5.4

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.jboss   
org.nuxeo.ecm.platform.ui.web.auth.plugins   
org.nuxeo.ecm.platform.ui.web.auth.service   
org.nuxeo.ecm.webengine.login   
 

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(javax.servlet.ServletRequest request, javax.servlet.http.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.jboss
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.jboss with parameters of type CachableUserIdentificationInfo
 void JBossAuthenticationPropagator.propagateUserIdentificationInformation(CachableUserIdentificationInfo cachableUserIdent)
           
 

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(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
 void PluggableAuthenticationService.onAuthenticatedSessionCreated(javax.servlet.ServletRequest request, javax.servlet.http.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(javax.servlet.ServletRequest request, javax.servlet.http.HttpSession httpSession, CachableUserIdentificationInfo cachableUserInfo)
           
 void WebEngineLocalPropagator.propagateUserIdentificationInformation(CachableUserIdentificationInfo cachableUserIdent)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.