Uses of Interface
jakarta.security.enterprise.credential.Credential
-
Packages that use Credential Package Description jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.security.enterprise.credential The Identity Store Credential API package.jakarta.security.enterprise.identitystore The identity store API package. -
-
Uses of Credential in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http that return Credential Modifier and Type Method Description CredentialAuthenticationParameters. getCredential()The credential set as parameter in this instance.Methods in jakarta.security.enterprise.authentication.mechanism.http with parameters of type Credential Modifier and Type Method Description AuthenticationParametersAuthenticationParameters. credential(Credential credential)Sets the credential to be used by the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed.voidAuthenticationParameters. setCredential(Credential credential)Sets the credential as parameter in this instance. -
Uses of Credential in jakarta.security.enterprise.credential
Classes in jakarta.security.enterprise.credential that implement Credential Modifier and Type Class Description classAbstractClearableCredentialAbstractClearableCredentialcontains behavior common toimplementations that can be meaningfully cleared.CredentialclassBasicAuthenticationCredentialBasicAuthenticationCredentialextendsUsernamePasswordCredentialto represent credentials used by HTTP Basic Authentication.classCallerOnlyCredentialCallerOnlyCredentialrepresents a credential that only contains a caller name and no secret of any kind.classRememberMeCredentialRememberMeCredentialrepresents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.classUsernamePasswordCredentialRepresents the credentials typically used by standard caller name/password authentication. -
Uses of Credential in jakarta.security.enterprise.identitystore
Methods in jakarta.security.enterprise.identitystore with parameters of type Credential Modifier and Type Method Description default CredentialValidationResultIdentityStore. validate(Credential credential)Validates the given credential.CredentialValidationResultIdentityStoreHandler. validate(Credential credential)Validate the givenCredentialand return the identity and attributes of the caller it represents.
-