Class RememberMeCredential
java.lang.Object
jakarta.security.enterprise.credential.RememberMeCredential
- All Implemented Interfaces:
Credential
RememberMeCredential
represents a credential presented as a token,
for the explicit usage with the Jakarta Security provided remember me function.-
Constructor Details
-
RememberMeCredential
Constructor- Parameters:
token
- The token value to compare for authentication.
-
-
Method Details
-
getToken
Determines the token value to compare for authentication.- Returns:
- The token value to compare for authentication.
-