Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
AuthenticationProvider.authenticate(SaslServer server,
byte[] response)
Authenticates a user using SASL negotiation.
|
Modifier and Type | Method and Description |
---|---|
SubjectAuthenticationResult |
SubjectCreator.createResultWithGroups(AuthenticationResult authenticationResult) |
Constructor and Description |
---|
SubjectAuthenticationResult(AuthenticationResult unsuccessfulAuthenticationResult) |
SubjectAuthenticationResult(AuthenticationResult authenticationResult,
Subject subject) |
Modifier and Type | Field and Description |
---|---|
static AuthenticationResult |
AnonymousAuthenticationManager.ANONYMOUS_AUTHENTICATION |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
ExternalAuthenticationManagerImpl.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
KerberosAuthenticationManager.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
SimpleAuthenticationManager.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
AnonymousAuthenticationManager.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
ConfigModelPasswordManagingAuthenticationProvider.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
PrincipalDatabaseAuthenticationManager.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
SimpleLDAPAuthenticationManagerImpl.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
SimpleAuthenticationManager.authenticate(String username,
String password) |
AuthenticationResult |
AbstractScramAuthenticationManager.authenticate(String username,
String password) |
AuthenticationResult |
PlainAuthenticationProvider.authenticate(String username,
String password) |
AuthenticationResult |
UsernamePasswordAuthenticationProvider.authenticate(String username,
String password)
Authenticates a user using their username and password.
|
AuthenticationResult |
PrincipalDatabaseAuthenticationManager.authenticate(String username,
String password) |
AuthenticationResult |
SimpleLDAPAuthenticationManagerImpl.authenticate(String username,
String password) |
AuthenticationResult |
MD5AuthenticationProvider.authenticate(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
OAuth2AuthenticationProviderImpl.authenticate(SaslServer server,
byte[] response) |
AuthenticationResult |
OAuth2AuthenticationProviderImpl.authenticateViaAccessToken(String accessToken) |
AuthenticationResult |
OAuth2AuthenticationProvider.authenticateViaAccessToken(String accessToken) |
AuthenticationResult |
OAuth2AuthenticationProviderImpl.authenticateViaAuthorizationCode(String authorizationCode,
String redirectUri) |
AuthenticationResult |
OAuth2AuthenticationProvider.authenticateViaAuthorizationCode(String authorizationCode,
String redirectUri) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.