Module jakarta.security
Class BasicAuthenticationCredential
java.lang.Object
jakarta.security.enterprise.credential.AbstractClearableCredential
jakarta.security.enterprise.credential.UsernamePasswordCredential
jakarta.security.enterprise.credential.BasicAuthenticationCredential
- All Implemented Interfaces:
Credential
BasicAuthenticationCredential
extends UsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication.-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.security.enterprise.credential.UsernamePasswordCredential
clearCredential, compareTo, getCaller, getPassword, getPasswordAsString
Methods inherited from class jakarta.security.enterprise.credential.AbstractClearableCredential
clear, isCleared, setCleared
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.security.enterprise.credential.Credential
isValid
-
Constructor Details
-
BasicAuthenticationCredential
Constructor- Parameters:
authorizationHeader
- HTTP Basic Authentication header
-