Uses of Class
jakarta.security.enterprise.identitystore.CredentialValidationResult
Package
Description
The HTTP authentication mechanism API package.
The identity store API package.
-
Uses of CredentialValidationResult in jakarta.security.enterprise.authentication.mechanism.http
Modifier and TypeMethodDescriptionHttpMessageContext.notifyContainerAboutLogin
(CredentialValidationResult result) Convenience method intended to pass theCredentialValidationResult
result of an identity store directly on to the container.HttpMessageContextWrapper.notifyContainerAboutLogin
(CredentialValidationResult result) -
Uses of CredentialValidationResult in jakarta.security.enterprise.identitystore
Modifier and TypeFieldDescriptionstatic final CredentialValidationResult
CredentialValidationResult.INVALID_RESULT
static final CredentialValidationResult
CredentialValidationResult.NOT_VALIDATED_RESULT
Modifier and TypeMethodDescriptiondefault CredentialValidationResult
IdentityStore.validate
(Credential credential) Validates the given credential.IdentityStoreHandler.validate
(Credential credential) Validate the givenCredential
and return the identity and attributes of the caller it represents.RememberMeIdentityStore.validate
(RememberMeCredential credential) Validates the given credential.Modifier and TypeMethodDescriptionIdentityStore.getCallerGroups
(CredentialValidationResult validationResult) Returns groups for the caller, who is identified by theCallerPrincipal
(and potentially other values) found in thevalidationResult
parameter.