| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
DuoFactorsAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
JWTAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Field and Description |
|---|---|
protected UserIdentificationInfo |
UserIdentificationInfoCallbackHandler.userIdent |
protected UserIdentificationInfo |
UserIdentificationInfoCallback.userInfo |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
UserIdentificationInfoCallback.getUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentificationInfoCallback.setUserInfo(UserIdentificationInfo userInfo) |
| Constructor and Description |
|---|
UserIdentificationInfo(UserIdentificationInfo savedIdent) |
UserIdentificationInfoCallbackHandler(UserIdentificationInfo userIdent) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
SAMLAuthenticationProvider.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Field and Description |
|---|---|
UserIdentificationInfo |
CallbackResult.userIdent |
| Modifier and Type | Method and Description |
|---|---|
String |
TrustingLoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent) |
String |
LoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent) |
protected NuxeoPrincipal |
NuxeoLoginModule.validateUserIdentity(UserIdentificationInfo userIdent) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
NuxeoOAuth2Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
ShibbolethAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Field and Description |
|---|---|
protected UserIdentificationInfo |
CachableUserIdentificationInfo.userInfo |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
CachableUserIdentificationInfo.getUserInfo() |
protected UserIdentificationInfo |
NuxeoAuthenticationFilter.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
CachableUserIdentificationInfo(UserIdentificationInfo uii) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
Cas2Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
ClearTrustAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
NuxeoAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Retrieves user identification information from the request.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfoCallbackHandler |
NuxeoCallbackHandlerFactory.createCallbackHandler(UserIdentificationInfo userIdent) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
Krb5Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
NTLMAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
NuxeoOAuth1Authenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
FormAuthenticator.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 |
AnonymousAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
PortalAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
ProxyAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfoCallbackHandler |
PluggableAuthenticationService.getCallbackHandler(UserIdentificationInfo userIdent) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
TokenAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeycloakUserInfo |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
KeycloakAuthenticationPlugin.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
DigestAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
DigestLoginPlugin.validatedUserIdentity(UserIdentificationInfo userIdent) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentificationInfo |
WebEngineFormAuthenticator.handleRetrieveIdentity(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShibbolethUserInfo |
Copyright © 2019 Nuxeo. All rights reserved.