Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration

java.lang.Object
org.apereo.cas.config.support.authentication.GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration
Enclosing class:
GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

@Configuration(value="GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration extends Object
  • Constructor Details

    • GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration

      public GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration()
  • Method Details

    • googleAuthenticatorInstance

      @RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="googleAuthenticatorInstance") public com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticatorInstance(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • googleAuthenticatorAccountCipherExecutor

      @ConditionalOnMissingBean(name="googleAuthenticatorAccountCipherExecutor") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor googleAuthenticatorAccountCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • googleAuthenticatorScratchCodesCipherExecutor

      @ConditionalOnMissingBean(name="googleAuthenticatorScratchCodesCipherExecutor") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor googleAuthenticatorScratchCodesCipherExecutor(org.springframework.context.ApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • googlePrincipalFactory

      @ConditionalOnMissingBean(name="googlePrincipalFactory") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.principal.PrincipalFactory googlePrincipalFactory()