Uses of Class
org.nuxeo.ecm.platform.api.login.UserIdentificationInfo
-
-
Uses of UserIdentificationInfo in org.nuxeo.duoweb.authentication
Methods in org.nuxeo.duoweb.authentication that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
DuoFactorsAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.jwt
Methods in org.nuxeo.ecm.jwt that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
JWTAuthenticator. 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 Constructor Description UserIdentificationInfo(UserIdentificationInfo savedIdent)
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.auth.saml
Methods in org.nuxeo.ecm.platform.auth.saml that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
SAMLAuthenticationProvider. 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 Modifier and Type Field Description UserIdentificationInfo
CallbackResult. userIdent
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
NuxeoOAuth2Authenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
OpenIDConnectAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
UserIdentificationInfo
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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
ShibbolethAuthenticationPlugin. 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 UserIdentificationInfo Modifier and Type Field Description protected UserIdentificationInfo
CachableUserIdentificationInfo. userInfo
Methods in org.nuxeo.ecm.platform.ui.web.auth that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
CachableUserIdentificationInfo. getUserInfo()
protected UserIdentificationInfo
NuxeoAuthenticationFilter. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type UserIdentificationInfo Modifier and Type Method Description protected 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)
Constructors in org.nuxeo.ecm.platform.ui.web.auth with parameters of type UserIdentificationInfo Constructor Description CachableUserIdentificationInfo(UserIdentificationInfo uii)
-
Uses of UserIdentificationInfo in org.nuxeo.ecm.platform.ui.web.auth.cas2
Methods in org.nuxeo.ecm.platform.ui.web.auth.cas2 that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
Cas2Authenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
ClearTrustAuthenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
NuxeoAuthenticationPlugin. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
Krb5Authenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
NTLMAuthenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
NuxeoOAuth1Authenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
AnonymousAuthenticator. 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
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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
PortalAuthenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
ProxyAuthenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
TokenAuthenticator. 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.keycloak Modifier and Type Class Description class
KeycloakUserInfo
Methods in org.nuxeo.ecm.platform.ui.web.keycloak that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
KeycloakAuthenticationPlugin. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
DigestAuthenticator. 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 UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfo
WebEngineFormAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-