Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationWebConfiguration
java.lang.Object
org.apereo.cas.config.support.authentication.GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationWebConfiguration
- Enclosing class:
- GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration
@Configuration(value="GoogleAuthenticatorMultifactorAuthenticationWebConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorMultifactorAuthenticationWebConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.gauth.credential.GoogleAuthenticatorTokenCredentialRepositoryEndpointgoogleAuthenticatorTokenCredentialRepositoryEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository> googleAuthenticatorAccountRegistry)
-
Constructor Details
-
GoogleAuthenticatorMultifactorAuthenticationWebConfiguration
public GoogleAuthenticatorMultifactorAuthenticationWebConfiguration()
-
-
Method Details
-
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)
-