Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.api.login.UserIdentificationInfo

Packages that use UserIdentificationInfo
org.nuxeo.ecm.platform.api.login   
org.nuxeo.ecm.platform.login   
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   
org.nuxeo.opensocial.auth   
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.api.login
 

Methods in org.nuxeo.ecm.platform.api.login that return UserIdentificationInfo
 UserIdentificationInfo UserIdentificationInfoCallback.getUserInfo()
           
 

Methods in org.nuxeo.ecm.platform.api.login with parameters of type UserIdentificationInfo
 void UserIdentificationInfoCallback.setUserInfo(UserIdentificationInfo userInfo)
           
 

Constructors in org.nuxeo.ecm.platform.api.login with parameters of type UserIdentificationInfo
UserIdentificationInfo(UserIdentificationInfo savedIdent)
           
UserIdentificationInfoCallbackHandler(UserIdentificationInfo userIdent)
           
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.login
 

Fields in org.nuxeo.ecm.platform.login declared as UserIdentificationInfo
 UserIdentificationInfo CallbackResult.userIdent
           
 

Methods in org.nuxeo.ecm.platform.login with parameters of type UserIdentificationInfo
 java.lang.String TrustingLoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent)
           
 java.lang.String LoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent)
           
 

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

Methods in org.nuxeo.ecm.platform.ui.web.auth that return UserIdentificationInfo
 UserIdentificationInfo CachableUserIdentificationInfo.getUserInfo()
           
 

Constructors in org.nuxeo.ecm.platform.ui.web.auth with parameters of type UserIdentificationInfo
CachableUserIdentificationInfo(UserIdentificationInfo uii)
           
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.interfaces
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.interfaces that return UserIdentificationInfo
 UserIdentificationInfo NuxeoAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Retrieves user identification information from the request.
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.interfaces with parameters of type UserIdentificationInfo
 UserIdentificationInfoCallbackHandler NuxeoCallbackHandlerFactory.createCallbackHandler(UserIdentificationInfo userIdent)
           
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.jboss
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.jboss with parameters of type UserIdentificationInfo
 UserIdentificationInfoCallbackHandler JBossUserIdentificationCallbackHandlerFactory.createCallbackHandler(UserIdentificationInfo userIdent)
           
 

Constructors in org.nuxeo.ecm.platform.ui.web.auth.jboss with parameters of type UserIdentificationInfo
JBossUserIdentificationInfoCallbackHandler(UserIdentificationInfo userIdent)
           
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.plugins
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.plugins that return UserIdentificationInfo
 UserIdentificationInfo WebServicesAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 UserIdentificationInfo FormAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 UserIdentificationInfo BasicAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 UserIdentificationInfo AnonymousAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 

Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.service
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type UserIdentificationInfo
 UserIdentificationInfoCallbackHandler PluggableAuthenticationService.getCallbackHandler(UserIdentificationInfo userIdent)
           
 

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

Methods in org.nuxeo.ecm.webengine.login that return UserIdentificationInfo
 UserIdentificationInfo WebEngineFormAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 

Uses of UserIdentificationInfo in org.nuxeo.opensocial.auth
 

Methods in org.nuxeo.opensocial.auth that return UserIdentificationInfo
 UserIdentificationInfo OAuthSessionFilter.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.