Class RememberMeCredential
- java.lang.Object
- 
- jakarta.security.enterprise.credential.RememberMeCredential
 
- 
- All Implemented Interfaces:
- Credential
 
 public class RememberMeCredential extends Object implements Credential RememberMeCredentialrepresents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.
- 
- 
Constructor SummaryConstructors Constructor Description RememberMeCredential(String token)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetToken()Determines the token value to compare for authentication.- 
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.Credentialclear, isCleared, isValid
 
- 
 
- 
- 
- 
Constructor Detail- 
RememberMeCredentialpublic RememberMeCredential(String token) Constructor- Parameters:
- token- The token value to compare for authentication.
 
 
- 
 - 
Method Detail- 
getTokenpublic String getToken() Determines the token value to compare for authentication.- Returns:
- The token value to compare for authentication.
 
 
- 
 
-