Class WAGoogleMfaAuthCredentialRepository

java.lang.Object
org.apereo.cas.otp.repository.credentials.BaseOneTimeTokenCredentialRepository
org.apereo.cas.gauth.credential.BaseGoogleAuthenticatorTokenCredentialRepository
org.apache.syncope.wa.starter.gauth.WAGoogleMfaAuthCredentialRepository
All Implemented Interfaces:
org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository

public class WAGoogleMfaAuthCredentialRepository extends org.apereo.cas.gauth.credential.BaseGoogleAuthenticatorTokenCredentialRepository
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
    protected final WARestClient
     

    Fields inherited from class org.apereo.cas.gauth.credential.BaseGoogleAuthenticatorTokenCredentialRepository

    googleAuthenticator
  • Constructor Summary

    Constructors
    Constructor
    Description
    WAGoogleMfaAuthCredentialRepository(WARestClient waRestClient, com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
    count(String username)
     
    void
    delete(long id)
     
    void
    delete(String username)
     
    void
     
    org.apereo.cas.authentication.OneTimeTokenAccount
    get(long id)
     
    Collection<? extends org.apereo.cas.authentication.OneTimeTokenAccount>
    get(String username)
     
    org.apereo.cas.authentication.OneTimeTokenAccount
    get(String username, long id)
     
    Collection<? extends org.apereo.cas.authentication.OneTimeTokenAccount>
     
    protected org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
     
    mapGoogleMfaAuthAccount(org.apereo.cas.authentication.OneTimeTokenAccount otta)
     
    org.apereo.cas.authentication.OneTimeTokenAccount
    save(org.apereo.cas.authentication.OneTimeTokenAccount otta)
     
     
    org.apereo.cas.authentication.OneTimeTokenAccount
    update(org.apereo.cas.authentication.OneTimeTokenAccount tokenAccount)
     

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

    create, getGoogleAuthenticator

    Methods inherited from class org.apereo.cas.otp.repository.credentials.BaseOneTimeTokenCredentialRepository

    decode, decode, encode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected static final Logger LOG
    • waRestClient

      protected final WARestClient waRestClient
  • Constructor Details

    • WAGoogleMfaAuthCredentialRepository

      public WAGoogleMfaAuthCredentialRepository(WARestClient waRestClient, com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticator)
  • Method Details

    • mapGoogleMfaAuthAccount

      protected GoogleMfaAuthAccount mapGoogleMfaAuthAccount(org.apereo.cas.authentication.OneTimeTokenAccount otta)
    • mapGoogleMfaAuthAccount

      protected org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount mapGoogleMfaAuthAccount(GoogleMfaAuthAccount gmfaa)
    • service

      protected GoogleMfaAuthAccountService service()
    • get

      public org.apereo.cas.authentication.OneTimeTokenAccount get(long id)
    • get

      public org.apereo.cas.authentication.OneTimeTokenAccount get(String username, long id)
    • get

      public Collection<? extends org.apereo.cas.authentication.OneTimeTokenAccount> get(String username)
    • load

      public Collection<? extends org.apereo.cas.authentication.OneTimeTokenAccount> load()
    • save

      public org.apereo.cas.authentication.OneTimeTokenAccount save(org.apereo.cas.authentication.OneTimeTokenAccount otta)
    • update

      public org.apereo.cas.authentication.OneTimeTokenAccount update(org.apereo.cas.authentication.OneTimeTokenAccount tokenAccount)
    • deleteAll

      public void deleteAll()
    • delete

      public void delete(String username)
    • delete

      public void delete(long id)
    • count

      public long count()
    • count

      public long count(String username)