Class CouchDbGoogleAuthenticatorToken
- java.lang.Object
-
- org.apereo.cas.authentication.OneTimeToken
-
- org.apereo.cas.gauth.token.GoogleAuthenticatorToken
-
- org.apereo.cas.couchdb.gauth.token.CouchDbGoogleAuthenticatorToken
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<org.apereo.cas.authentication.OneTimeToken>
public class CouchDbGoogleAuthenticatorToken extends org.apereo.cas.gauth.token.GoogleAuthenticatorTokenThis isCouchDbGoogleAuthenticatorToken.- Since:
- 6.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouchDbGoogleAuthenticatorToken(java.lang.String cid, java.lang.String rev, long id, @NonNull java.lang.Integer token, @NonNull java.lang.String userId, java.time.LocalDateTime issuedDateTime)CouchDbGoogleAuthenticatorToken(org.apereo.cas.authentication.OneTimeToken oneTimeToken)
-
-
-
Constructor Detail
-
CouchDbGoogleAuthenticatorToken
public CouchDbGoogleAuthenticatorToken(java.lang.String cid, java.lang.String rev, long id, @NonNull @NonNull java.lang.Integer token, @NonNull @NonNull java.lang.String userId, java.time.LocalDateTime issuedDateTime)
-
CouchDbGoogleAuthenticatorToken
public CouchDbGoogleAuthenticatorToken(org.apereo.cas.authentication.OneTimeToken oneTimeToken)
-
-