Class RememberMeCredential

  • All Implemented Interfaces:
    Credential


    public class RememberMeCredential
    extends java.lang.Object
    implements Credential
    RememberMeCredential represents a credential presented as a token, for the explicit usage with the JSR 375 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.String getToken​()
      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
    • Constructor Detail

      • RememberMeCredential

        public RememberMeCredential​(java.lang.String token)
        Constructor
        Parameters:
        token - The token value to compare for authentication.
    • Method Detail

      • getToken

        public java.lang.String getToken​()
        Determines the token value to compare for authentication.
        Returns:
        The token value to compare for authentication.