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

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

    compareTo, equals, getId, getIssuedDateTime, getToken, getUserId, hashCode, setId, setIssuedDateTime, setToken, setUserId, toString

    Methods inherited from class java.lang.Object

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

    • JpaGoogleAuthenticatorToken

      public JpaGoogleAuthenticatorToken()