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
assignIdIfNecessary, compareTo, equals, getIssuedDateTime, getToken, getUserId, hashCode, setIssuedDateTime, setToken, setUserId, toString
-
Constructor Details
-
JpaGoogleAuthenticatorToken
public JpaGoogleAuthenticatorToken()
-
-
Method Details
-
setId
public void setId(long id) - Overrides:
setIdin classorg.apereo.cas.authentication.OneTimeToken
-
getId
public long getId()- Overrides:
getIdin classorg.apereo.cas.authentication.OneTimeToken
-