Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAccountProfileWebflowConfiguration

  • Enclosing class:
    GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration

    @Configuration(value="GoogleAuthenticatorAccountProfileWebflowConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=AccountManagement,
                                 enabledByDefault=false)
    @AutoConfigureOrder(2147483647)
    public static class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAccountProfileWebflowConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer googleAccountCasWebflowExecutionPlanConfigurer​(org.apereo.cas.web.flow.CasWebflowConfigurer googleAccountProfileWebflowConfigurer)  
      org.apereo.cas.web.flow.actions.MultifactorAuthenticationDeviceProviderAction googleAccountDeviceProviderAction​(org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository googleAuthenticatorAccountRegistry)  
      org.apereo.cas.web.flow.CasWebflowConfigurer googleAccountProfileWebflowConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.definition.registry.FlowDefinitionRegistry accountProfileFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)  
      • Methods inherited from class java.lang.Object

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

      • GoogleAuthenticatorAccountProfileWebflowConfiguration

        public GoogleAuthenticatorAccountProfileWebflowConfiguration()
    • Method Detail

      • googleAccountProfileWebflowConfigurer

        @ConditionalOnMissingBean(name="googleAccountProfileWebflowConfigurer")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.CasWebflowConfigurer googleAccountProfileWebflowConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                  org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                  @Qualifier("accountProfileFlowRegistry")
                                                                                                  org.springframework.webflow.definition.registry.FlowDefinitionRegistry accountProfileFlowRegistry,
                                                                                                  @Qualifier("flowBuilderServices")
                                                                                                  org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
      • googleAccountCasWebflowExecutionPlanConfigurer

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="googleAccountCasWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer googleAccountCasWebflowExecutionPlanConfigurer​(@Qualifier("googleAccountProfileWebflowConfigurer")
                                                                                                                        org.apereo.cas.web.flow.CasWebflowConfigurer googleAccountProfileWebflowConfigurer)
      • googleAccountDeviceProviderAction

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="googleAccountDeviceProviderAction")
        public org.apereo.cas.web.flow.actions.MultifactorAuthenticationDeviceProviderAction googleAccountDeviceProviderAction​(@Qualifier("googleAuthenticatorAccountRegistry")
                                                                                                                               org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository googleAuthenticatorAccountRegistry)