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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorMultifactorAuthenticationCoreConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.util.crypto.CipherExecutorgoogleAuthenticatorAccountCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)com.warrenstrange.googleauth.IGoogleAuthenticatorgoogleAuthenticatorInstance(org.apereo.cas.configuration.CasConfigurationProperties casProperties)org.apereo.cas.authentication.principal.PrincipalFactorygooglePrincipalFactory()
-
-
-
Method Detail
-
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)
-
googlePrincipalFactory
@ConditionalOnMissingBean(name="googlePrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory googlePrincipalFactory()
-
-