Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationWebConfiguration

  • Enclosing class:
    GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

    @Configuration(value="GoogleAuthenticatorMultifactorAuthenticationWebConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationWebConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.gauth.credential.GoogleAuthenticatorTokenCredentialRepositoryEndpoint googleAuthenticatorTokenCredentialRepositoryEndpoint​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository> googleAuthenticatorAccountRegistry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleAuthenticatorMultifactorAuthenticationWebConfiguration

        public GoogleAuthenticatorMultifactorAuthenticationWebConfiguration()
    • Method Detail

      • googleAuthenticatorTokenCredentialRepositoryEndpoint

        @Bean
        @ConditionalOnAvailableEndpoint
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.gauth.credential.GoogleAuthenticatorTokenCredentialRepositoryEndpoint googleAuthenticatorTokenCredentialRepositoryEndpoint​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                                         @Qualifier("googleAuthenticatorAccountRegistry")
                                                                                                                                                         org.springframework.beans.factory.ObjectProvider<org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository> googleAuthenticatorAccountRegistry)