Uses of Class
org.nuxeo.ecm.platform.api.login.UserIdentificationInfo
Package
Description
-
Uses of UserIdentificationInfo in org.nuxeo.duoweb.authentication
Modifier and TypeMethodDescriptionDuoFactorsAuthenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.jwt
Modifier and TypeMethodDescriptionJWTAuthenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.api.login
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.auth.saml
Modifier and TypeMethodDescriptionSAMLAuthenticationProvider.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.login
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.oauth2
Modifier and TypeMethodDescriptionNuxeoOAuth2Authenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.oauth2.openid.auth
Modifier 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
Modifier and TypeMethodDescriptionShibbolethAuthenticationPlugin.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth
Modifier and TypeFieldDescriptionprotected final UserIdentificationInfo
CachableUserIdentificationInfo.userInfo
Modifier and TypeMethodDescriptionCachableUserIdentificationInfo.getUserInfo()
protected UserIdentificationInfo
NuxeoAuthenticationFilter.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Modifier and TypeMethodDescriptionprotected Principal
NuxeoAuthenticationFilter.getPrincipalCheckingAuth
(UserIdentificationInfo userIdent, javax.servlet.http.HttpServletRequest request) Creates a principal, checking authentication from the UserIdentificationInfo credentials.protected boolean
NuxeoAuthenticationFilter.logAuthenticationAttempt
(UserIdentificationInfo userInfo, boolean success) protected boolean
NuxeoAuthenticationFilter.logLogout
(UserIdentificationInfo userInfo) protected boolean
NuxeoAuthenticationFilter.needSessionSaving
(UserIdentificationInfo userInfo) protected static boolean
NuxeoAuthenticationFilter.sendAuthenticationEvent
(UserIdentificationInfo userInfo, String eventId, String comment) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.cas2
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTokenAuthenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.keycloak
Modifier and TypeMethodDescriptionKeycloakAuthenticationPlugin.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.ui.web.auth.digest
Modifier and TypeMethodDescriptionDigestAuthenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserIdentificationInfo in org.nuxeo.ecm.webengine.login
Modifier and TypeMethodDescriptionWebEngineFormAuthenticator.handleRetrieveIdentity
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)