Class GoogleAuthenticatorAuthenticationEventExecutionPlanConfiguration.GoogleAuthenticatorAccountProfileWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.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
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorAccountProfileWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurergoogleAccountCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer googleAccountProfileWebflowConfigurer)org.apereo.cas.web.flow.actions.MultifactorAuthenticationDeviceProviderActiongoogleAccountDeviceProviderAction(org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepository googleAuthenticatorAccountRegistry)org.apereo.cas.web.flow.CasWebflowConfigurergoogleAccountProfileWebflowConfigurer(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)
-
-
-
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)
-
-