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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.util.crypto.CipherExecutorgoogleAuthenticatorAccountCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties) com.warrenstrange.googleauth.IGoogleAuthenticatorgoogleAuthenticatorInstance(org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.util.crypto.CipherExecutorgoogleAuthenticatorScratchCodesCipherExecutor(org.springframework.context.ApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.authentication.principal.PrincipalFactory
-
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()
-