Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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
 String TrustingLoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent)
           
 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(HttpServletRequest httpRequest, 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.plugins
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.plugins that return UserIdentificationInfo
 UserIdentificationInfo WebServicesAuthenticator.handleRetrieveIdentity(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 UserIdentificationInfo FormAuthenticator.handleRetrieveIdentity(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 UserIdentificationInfo BasicAuthenticator.handleRetrieveIdentity(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 UserIdentificationInfo AnonymousAuthenticator.handleRetrieveIdentity(HttpServletRequest httpRequest, 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(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.