Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAccountProfileWebflowConfiguration

java.lang.Object
org.apereo.cas.config.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 Object
  • Constructor Summary

    Constructors
  • Method Summary

    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.springframework.webflow.execution.Action
    googleAccountProfilePrepareAction(org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository googleAuthenticatorAccountRegistry)
     
    org.springframework.webflow.execution.Action
    googleAccountProfileRegistrationAction(org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider)
     
    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

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

    • GoogleAuthenticatorAccountProfileWebflowConfiguration

      public GoogleAuthenticatorAccountProfileWebflowConfiguration()
  • Method Details

    • 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)
    • googleAccountProfilePrepareAction

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="googleAccountProfilePrepareAction") public org.springframework.webflow.execution.Action googleAccountProfilePrepareAction(@Qualifier("googleAuthenticatorMultifactorAuthenticationProvider") org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("googleAuthenticatorAccountRegistry") org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository googleAuthenticatorAccountRegistry)
    • googleAccountProfileRegistrationAction

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="googleAccountProfileRegistrationAction") public org.springframework.webflow.execution.Action googleAccountProfileRegistrationAction(@Qualifier("googleAuthenticatorMultifactorAuthenticationProvider") org.apereo.cas.authentication.MultifactorAuthenticationProvider googleAuthenticatorMultifactorAuthenticationProvider)