Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAuthenticationEventExecutionPlanMetadataConfiguration

  • Enclosing class:
    GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationMetaDataPopulator googleAuthenticatorAuthenticationMetaDataPopulator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.AuthenticationHandler googleAuthenticatorAuthenticationHandler, org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider)  
      org.apereo.cas.authentication.AuthenticationMetaDataPopulator googleAuthenticatorMultifactorProviderAuthenticationMetadataPopulator​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider)  
      • Methods inherited from class java.lang.Object

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

      • GoogleAuthenticatorAuthenticationEventExecutionPlanMetadataConfiguration

        public GoogleAuthenticatorAuthenticationEventExecutionPlanMetadataConfiguration()
    • Method Detail

      • googleAuthenticatorAuthenticationMetaDataPopulator

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="googleAuthenticatorAuthenticationMetaDataPopulator")
        public org.apereo.cas.authentication.AuthenticationMetaDataPopulator googleAuthenticatorAuthenticationMetaDataPopulator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                @Qualifier("googleAuthenticatorAuthenticationHandler")
                                                                                                                                org.apereo.cas.authentication.AuthenticationHandler googleAuthenticatorAuthenticationHandler,
                                                                                                                                @Qualifier("googleAuthenticatorMultifactorAuthenticationProvider")
                                                                                                                                org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider)
      • googleAuthenticatorMultifactorProviderAuthenticationMetadataPopulator

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="googleAuthenticatorMultifactorProviderAuthenticationMetadataPopulator")
        public org.apereo.cas.authentication.AuthenticationMetaDataPopulator googleAuthenticatorMultifactorProviderAuthenticationMetadataPopulator​(@Qualifier("servicesManager")
                                                                                                                                                   org.apereo.cas.services.ServicesManager servicesManager,
                                                                                                                                                   org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                                   @Qualifier("googleAuthenticatorMultifactorAuthenticationProvider")
                                                                                                                                                   org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider)