Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
ChallengeResponsePAM.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 |
BlockSuperUserOnLoginHooker.authenticated(AuthenticationResult authRes) |
void |
CheckBlockedUserOnLoginHooker.authenticated(AuthenticationResult authRes) |
Modifier and Type | Method and Description |
---|---|
void |
BsiPasswordPolicyPostAuthenticateHook.authenticated(AuthenticationResult authRes) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
AuthenticatorService.authenticate(AuthToken[] tokens) |
AuthenticationResult |
AuthenticatorServiceImpl.authenticate(AuthToken[] tokens) |
AuthenticationResult |
ReportServerPAM.authenticate(AuthToken[] tokens) |
static AuthenticationResult |
AuthenticationResult.cannotAuthenticate(boolean authoritative)
If authoritative is true, creates an AuthenticationResult denying access.
|
static AuthenticationResult |
AuthenticationResult.cannotAuthenticate(boolean authoritative,
User user)
If authoritative is true, creates an AuthenticationResult denying access to
the respective user.
|
static AuthenticationResult |
AuthenticationResult.denyAccess()
Denies access
|
static AuthenticationResult |
AuthenticationResult.denyAccess(User user)
Denies access
|
static AuthenticationResult |
AuthenticationResult.dontCareAccess()
Creates an AuthenticationResult specifying don't care, somebody else should
decide
|
static AuthenticationResult |
AuthenticationResult.grantAccess(User user)
Grants access to the given user
|
Modifier and Type | Method and Description |
---|---|
void |
PostAuthenticateHook.authenticated(AuthenticationResult authRes) |
Modifier and Type | Method and Description |
---|---|
void |
PostAuthenticateHookAdapter.authenticated(AuthenticationResult authRes) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
AuthenticatorTestServiceImpl.authenticate(AuthToken[] tokens) |