Class JpaGoogleAuthenticatorAccount

java.lang.Object
org.apereo.cas.authentication.OneTimeTokenAccount
org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
org.apereo.cas.gauth.credential.JpaGoogleAuthenticatorAccount
All Implemented Interfaces:
Serializable, Cloneable, Comparable<org.apereo.cas.authentication.OneTimeTokenAccount>

@Entity public class JpaGoogleAuthenticatorAccount extends org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
Since:
6.2.0
See Also:
  • Nested Class Summary

    Nested Classes

    Nested classes/interfaces inherited from class org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount

    org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount.GoogleAuthenticatorAccountBuilder<C extends org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount,B extends org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount.GoogleAuthenticatorAccountBuilder<C,B>>

    Nested classes/interfaces inherited from class org.apereo.cas.authentication.OneTimeTokenAccount

    org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder<C extends org.apereo.cas.authentication.OneTimeTokenAccount,B extends org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder<C,B>>
  • Field Summary

    Fields inherited from class org.apereo.cas.authentication.OneTimeTokenAccount

    TABLE_NAME_OTP_PROPERTIES, TABLE_NAME_SCRATCH_CODES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    from(org.apereo.cas.authentication.OneTimeTokenAccount acct)
    Update account info from account object.
    long
     

    Methods inherited from class org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount

    getSource

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

    assignIdIfNecessary, clone, compareTo, equals, getLastUsedDateTime, getName, getProperties, getRegistrationDate, getScratchCodes, getSecretKey, getTenant, getUsername, getValidationCode, hashCode, setId, setLastUsedDateTime, setName, setProperties, setRegistrationDate, setScratchCodes, setSecretKey, setSource, setTenant, setUsername, setValidationCode, toJson, toString

    Methods inherited from class java.lang.Object

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

    • JpaGoogleAuthenticatorAccount

      public JpaGoogleAuthenticatorAccount()
  • Method Details