| Modifier and Type | Method and Description |
|---|---|
void |
LoginService.authenticate(AuthToken[] tokens,
AuthenticateCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginDao.authenticate(AuthToken[] tokens,
<any> callback) |
void |
LoginServiceImpl.authenticate(AuthToken[] tokens,
AuthenticateCallback callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedUserAuthToken |
| Modifier and Type | Class and Description |
|---|---|
class |
ChallengeResponseAuthToken |
class |
UserPasswordAuthToken |
| Modifier and Type | Method and Description |
|---|---|
AuthToken |
UserPasswordClientPAM.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPAM.addResult(java.util.List<AuthToken> results,
java.util.List<ClientPAM> next) |
void |
UserPasswordClientPAM.addResult(java.util.List<AuthToken> results,
java.util.List<ClientPAM> next) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateResultDto |
LoginHandler.authenticate(AuthToken[] tokens) |
void |
LoginHandlerAsync.authenticate(AuthToken[] tokens,
<any> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChallengeResponseClientPam.addResult(java.util.List<AuthToken> results,
java.util.List<ClientPAM> next) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
ChallengeResponsePAM.authenticate(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateResultDto |
LoginHandlerImpl.authenticate(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
ClientCertificateMatchEmailPAM.authenticate(AuthToken[] tokens) |
AuthenticationResult |
EveryoneIsRootPAM.authenticate(AuthToken[] tokens) |
AuthenticationResult |
IPRestrictionPAM.authenticate(AuthToken[] tokens) |
AuthenticationResult |
UserPasswordPAM.authenticate(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
LostPasswordPreAuthenticateHook.authenticating(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthenticatorService.authenticate(AuthToken[] tokens) |
AuthenticationResult |
AuthenticatorServiceImpl.authenticate(AuthToken[] tokens) |
AuthenticationResult |
ReportServerPAM.authenticate(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreAuthenticateHook.authenticating(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreAuthenticateHookAdapter.authenticating(AuthToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthenticatorTestServiceImpl.authenticate(AuthToken[] tokens) |