Class BasicAuthenticationCredential
- java.lang.Object
- 
- jakarta.security.enterprise.credential.AbstractClearableCredential
- 
- jakarta.security.enterprise.credential.UsernamePasswordCredential
- 
- jakarta.security.enterprise.credential.BasicAuthenticationCredential
 
 
 
- 
- All Implemented Interfaces:
- Credential
 
 public class BasicAuthenticationCredential extends UsernamePasswordCredential BasicAuthenticationCredentialextendsUsernamePasswordCredentialto represent credentials used by HTTP Basic Authentication.
- 
- 
Constructor SummaryConstructors Constructor Description BasicAuthenticationCredential(String authorizationHeader)Constructor
 - 
Method Summary- 
Methods inherited from class jakarta.security.enterprise.credential.UsernamePasswordCredentialclearCredential, compareTo, getCaller, getPassword, getPasswordAsString
 - 
Methods inherited from class jakarta.security.enterprise.credential.AbstractClearableCredentialclear, isCleared, setCleared
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jakarta.security.enterprise.credential.CredentialisValid
 
- 
 
- 
- 
- 
Constructor Detail- 
BasicAuthenticationCredentialpublic BasicAuthenticationCredential(String authorizationHeader) Constructor- Parameters:
- authorizationHeader- HTTP Basic Authentication header
 
 
- 
 
-