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