Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration
-
- Enclosing class:
- GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration
@Configuration(value="GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationHandlergoogleAuthenticatorAuthenticationHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.PrincipalFactory googlePrincipalFactory, org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialValidator<org.apereo.cas.gauth.credential.GoogleAuthenticatorTokenCredential,org.apereo.cas.gauth.token.GoogleAuthenticatorToken> googleAuthenticatorOneTimeTokenCredentialValidator, org.apereo.cas.services.ServicesManager servicesManager)
-
-
-
Method Detail
-
googleAuthenticatorAuthenticationHandler
@ConditionalOnMissingBean(name="googleAuthenticatorAuthenticationHandler") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationHandler googleAuthenticatorAuthenticationHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("googlePrincipalFactory") org.apereo.cas.authentication.principal.PrincipalFactory googlePrincipalFactory, @Qualifier("googleAuthenticatorOneTimeTokenCredentialValidator") org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialValidator<org.apereo.cas.gauth.credential.GoogleAuthenticatorTokenCredential,org.apereo.cas.gauth.token.GoogleAuthenticatorToken> googleAuthenticatorOneTimeTokenCredentialValidator, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager)
-
-