Package org.apereo.cas.config
Class ElectronicFenceWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.config.ElectronicFenceWebflowConfiguration
-
@Configuration(value="ElectronicFenceWebflowConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableScheduling public class ElectronicFenceWebflowConfiguration extends java.lang.ObjectThis isElectronicFenceWebflowConfiguration.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description ElectronicFenceWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowConfigurerriskAwareAuthenticationWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)org.apereo.cas.web.flow.resolver.CasWebflowEventResolverriskAwareAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext, AuthenticationRiskMitigator authenticationRiskMitigator, AuthenticationRiskEvaluator authenticationRiskEvaluator, org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver)org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerriskAwareCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer riskAwareAuthenticationWebflowConfigurer)
-
-
-
Method Detail
-
riskAwareAuthenticationWebflowEventResolver
@ConditionalOnMissingBean(name="riskAwareAuthenticationWebflowEventResolver") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver riskAwareAuthenticationWebflowEventResolver(@Qualifier("casWebflowConfigurationContext") org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext, @Qualifier("authenticationRiskMitigator") AuthenticationRiskMitigator authenticationRiskMitigator, @Qualifier("authenticationRiskEvaluator") AuthenticationRiskEvaluator authenticationRiskEvaluator, @Qualifier("initialAuthenticationAttemptWebflowEventResolver") org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver)
-
riskAwareAuthenticationWebflowConfigurer
@ConditionalOnMissingBean(name="riskAwareAuthenticationWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer riskAwareAuthenticationWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
-
riskAwareCasWebflowExecutionPlanConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="riskAwareCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer riskAwareCasWebflowExecutionPlanConfigurer(@Qualifier("riskAwareAuthenticationWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer riskAwareAuthenticationWebflowConfigurer)
-
-