Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationHandler googleAuthenticatorAuthenticationHandler​(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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration

        public GoogleAuthenticatorAuthenticationEventExecutionPlaHandlerConfiguration()
    • 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)