@Configuration(value="azureAuthenticatorConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
@EnableScheduling
public class AzureAuthenticatorConfiguration
extends java.lang.Object
implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
AzureAuthenticatorConfiguration.| Modifier and Type | Class and Description |
|---|---|
class |
AzureAuthenticatorConfiguration.AzureAuthenticatorMultifactorTrustConfiguration
The azure authenticator multifactor trust configuration.
|
| Constructor and Description |
|---|
AzureAuthenticatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.definition.registry.FlowDefinitionRegistry |
azureAuthenticatorFlowRegistry() |
org.apereo.cas.web.flow.CasWebflowConfigurer |
azureAuthenticatorMultifactorWebflowConfigurer() |
void |
configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan) |
@Bean public org.springframework.webflow.definition.registry.FlowDefinitionRegistry azureAuthenticatorFlowRegistry()
@ConditionalOnMissingBean(name="azureAuthenticatorMultifactorWebflowConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer azureAuthenticatorMultifactorWebflowConfigurer()
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer