Uses of Class
org.nuxeo.ecm.platform.api.login.UserIdentificationInfo
Packages that use UserIdentificationInfo
Package
Description
-
Uses of UserIdentificationInfo in org.nuxeo.duoweb.authentication
Methods in org.nuxeo.duoweb.authentication that return UserIdentificationInfoModifier and TypeMethodDescriptionDuoFactorsAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Methods in org.nuxeo.duoweb.authentication with parameters of type UserIdentificationInfoModifier and TypeMethodDescriptionprotected NuxeoPrincipalDuoFactorsAuthenticator.validateUserIdentity(UserIdentificationInfo userIdentity) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.jwt
Methods in org.nuxeo.ecm.jwt that return UserIdentificationInfoModifier and TypeMethodDescriptionJWTAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.api.login
Constructors in org.nuxeo.ecm.platform.api.login with parameters of type UserIdentificationInfo -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.auth.saml
Methods in org.nuxeo.ecm.platform.auth.saml that return UserIdentificationInfoModifier and TypeMethodDescriptionSAMLAuthenticationProvider.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.login
Fields in org.nuxeo.ecm.platform.login declared as UserIdentificationInfo -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 that return UserIdentificationInfoModifier and TypeMethodDescriptionNuxeoOAuth2Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.oauth2.openid.auth
Methods in org.nuxeo.ecm.platform.oauth2.openid.auth that return UserIdentificationInfoModifier and TypeMethodDescriptionOpenIDConnectAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) OpenIDConnectAuthenticator.retrieveIdentityFromOAuth(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.shibboleth.auth
Methods in org.nuxeo.ecm.platform.shibboleth.auth that return UserIdentificationInfoModifier and TypeMethodDescriptionShibbolethAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
Fields in org.nuxeo.ecm.platform.ui.web.auth declared as UserIdentificationInfoModifier and TypeFieldDescriptionprotected final UserIdentificationInfoCachableUserIdentificationInfo.userInfoMethods in org.nuxeo.ecm.platform.ui.web.auth that return UserIdentificationInfoModifier and TypeMethodDescriptionCachableUserIdentificationInfo.getUserInfo()protected UserIdentificationInfoNuxeoAuthenticationFilter.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type UserIdentificationInfoModifier and TypeMethodDescriptionprotected PrincipalNuxeoAuthenticationFilter.getPrincipalCheckingAuth(UserIdentificationInfo userIdent, javax.servlet.http.HttpServletRequest request) Creates a principal, checking authentication from the UserIdentificationInfo credentials.protected booleanNuxeoAuthenticationFilter.logAuthenticationAttempt(UserIdentificationInfo userInfo, boolean success) protected booleanNuxeoAuthenticationFilter.logLogout(UserIdentificationInfo userInfo) protected booleanNuxeoAuthenticationFilter.needSessionSaving(UserIdentificationInfo userInfo) protected static booleanNuxeoAuthenticationFilter.sendAuthenticationEvent(UserIdentificationInfo userInfo, String eventId, String comment) Constructors in org.nuxeo.ecm.platform.ui.web.auth with parameters of type UserIdentificationInfo -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.cas2
Methods in org.nuxeo.ecm.platform.ui.web.auth.cas2 that return UserIdentificationInfoModifier and TypeMethodDescriptionCas2Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.cleartrust
Methods in org.nuxeo.ecm.platform.ui.web.auth.cleartrust that return UserIdentificationInfoModifier and TypeMethodDescriptionClearTrustAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.interfaces
Methods in org.nuxeo.ecm.platform.ui.web.auth.interfaces that return UserIdentificationInfoModifier and TypeMethodDescriptionNuxeoAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Retrieves user identification information from the request. -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.krb5
Methods in org.nuxeo.ecm.platform.ui.web.auth.krb5 that return UserIdentificationInfoModifier and TypeMethodDescriptionKrb5Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.ntlm
Methods in org.nuxeo.ecm.platform.ui.web.auth.ntlm that return UserIdentificationInfoModifier and TypeMethodDescriptionNTLMAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.oauth
Methods in org.nuxeo.ecm.platform.ui.web.auth.oauth that return UserIdentificationInfoModifier and TypeMethodDescriptionNuxeoOAuth1Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.plugins
Methods in org.nuxeo.ecm.platform.ui.web.auth.plugins that return UserIdentificationInfoModifier and TypeMethodDescriptionAnonymousAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) BasicAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) FormAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.portal
Methods in org.nuxeo.ecm.platform.ui.web.auth.portal that return UserIdentificationInfoModifier and TypeMethodDescriptionPortalAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.proxy
Methods in org.nuxeo.ecm.platform.ui.web.auth.proxy that return UserIdentificationInfoModifier and TypeMethodDescriptionProxyAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.token
Methods in org.nuxeo.ecm.platform.ui.web.auth.token that return UserIdentificationInfoModifier and TypeMethodDescriptionTokenAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.keycloak
Subclasses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.keycloakMethods in org.nuxeo.ecm.platform.ui.web.keycloak that return UserIdentificationInfoModifier and TypeMethodDescriptionKeycloakAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.ui.web.auth.digest
Methods in org.nuxeo.ecm.ui.web.auth.digest that return UserIdentificationInfoModifier and TypeMethodDescriptionDigestAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.webengine.login
Methods in org.nuxeo.ecm.webengine.login that return UserIdentificationInfoModifier and TypeMethodDescriptionWebEngineFormAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)