Class CouchDbGoogleAuthenticatorToken

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.apereo.cas.authentication.OneTimeToken>

    public class CouchDbGoogleAuthenticatorToken
    extends org.apereo.cas.gauth.token.GoogleAuthenticatorToken
    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)  
    • Method Summary

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

        canEqual, compareTo, equals, getId, getIssuedDateTime, getToken, getUserId, hashCode, setId, setIssuedDateTime, setToken, setUserId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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)