Package | Description |
---|---|
javax.security.authentication.mechanism.http | |
javax.security.identitystore |
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
HttpMessageContextWrapper.notifyContainerAboutLogin(CredentialValidationResult result) |
AuthenticationStatus |
HttpMessageContext.notifyContainerAboutLogin(CredentialValidationResult result)
Convenience method intended to pass the
CredentialValidationResult result of an
identity store directly on to the container. |
Modifier and Type | Field and Description |
---|---|
static CredentialValidationResult |
CredentialValidationResult.INVALID_RESULT |
static CredentialValidationResult |
CredentialValidationResult.NOT_VALIDATED_RESULT |
Modifier and Type | Method and Description |
---|---|
default CredentialValidationResult |
IdentityStore.validate(Credential credential)
Validates the given credential.
|
CredentialValidationResult |
IdentityStoreHandler.validate(Credential credential)
Validates the given credential.
|
CredentialValidationResult |
RememberMeIdentityStore.validate(RememberMeCredential credential)
Validates the given credential.
|
Modifier and Type | Method and Description |
---|---|
default Set<String> |
IdentityStore.getCallerGroups(CredentialValidationResult validationResult) |
Copyright © 2015–2017. All rights reserved.