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 UserIdentificationInfoDuoFactorsAuthenticator. 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 UserIdentificationInfoJWTAuthenticator. 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 UserIdentificationInfoSAMLAuthenticationProvider. 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 UserIdentificationInfoCallbackResult. 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 UserIdentificationInfoNuxeoOAuth2Authenticator. 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 UserIdentificationInfoOpenIDConnectAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)UserIdentificationInfoOpenIDConnectAuthenticator. 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 UserIdentificationInfoShibbolethAuthenticationPlugin. 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 UserIdentificationInfoCachableUserIdentificationInfo. userInfoMethods in org.nuxeo.ecm.platform.ui.web.auth that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfoCachableUserIdentificationInfo. 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 UserIdentificationInfo Modifier and Type Method Description protected 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 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 UserIdentificationInfoCas2Authenticator. 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 UserIdentificationInfoClearTrustAuthenticator. 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 UserIdentificationInfoNuxeoAuthenticationPlugin. 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 UserIdentificationInfoKrb5Authenticator. 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 UserIdentificationInfoNTLMAuthenticator. 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 UserIdentificationInfoNuxeoOAuth1Authenticator. 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 UserIdentificationInfoAnonymousAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)UserIdentificationInfoBasicAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)UserIdentificationInfoFormAuthenticator. 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 UserIdentificationInfoPortalAuthenticator. 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 UserIdentificationInfoProxyAuthenticator. 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 UserIdentificationInfoTokenAuthenticator. 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 classKeycloakUserInfoMethods in org.nuxeo.ecm.platform.ui.web.keycloak that return UserIdentificationInfo Modifier and Type Method Description UserIdentificationInfoKeycloakAuthenticationPlugin. 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 UserIdentificationInfoDigestAuthenticator. 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 UserIdentificationInfoWebEngineFormAuthenticator. handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-