Class JpaGoogleAuthenticatorToken

java.lang.Object
org.apereo.cas.authentication.OneTimeToken
org.apereo.cas.gauth.token.GoogleAuthenticatorToken
org.apereo.cas.gauth.token.JpaGoogleAuthenticatorToken
All Implemented Interfaces:
Serializable, Comparable<org.apereo.cas.authentication.OneTimeToken>

@Entity public class JpaGoogleAuthenticatorToken extends org.apereo.cas.gauth.token.GoogleAuthenticatorToken
Since:
6.2.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setId(long id)
     

    Methods inherited from class org.apereo.cas.authentication.OneTimeToken

    assignIdIfNecessary, compareTo, equals, getIssuedDateTime, getToken, getUserId, hashCode, setIssuedDateTime, setToken, setUserId, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JpaGoogleAuthenticatorToken

      public JpaGoogleAuthenticatorToken()
  • Method Details

    • setId

      public void setId(long id)
      Overrides:
      setId in class org.apereo.cas.authentication.OneTimeToken
    • getId

      public long getId()
      Overrides:
      getId in class org.apereo.cas.authentication.OneTimeToken