Package org.apereo.cas.gauth.token
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
This is
JpaGoogleAuthenticatorToken.- Since:
- 6.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apereo.cas.authentication.OneTimeToken
compareTo, equals, getId, getIssuedDateTime, getToken, getUserId, hashCode, setId, setIssuedDateTime, setToken, setUserId, toString
-
Constructor Details
-
JpaGoogleAuthenticatorToken
public JpaGoogleAuthenticatorToken()
-