Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration

java.lang.Object
org.apereo.cas.config.GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration
Enclosing class:
GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

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

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationHandler
    googleAuthenticatorAuthenticationHandler(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider, 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)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration

      public GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration()
  • Method Details

    • googleAuthenticatorAuthenticationHandler

      @ConditionalOnMissingBean(name="googleAuthenticatorAuthenticationHandler") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationHandler googleAuthenticatorAuthenticationHandler(@Qualifier("googleAuthenticatorMultifactorAuthenticationProvider") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider, 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)