Class ElectronicFenceWebflowConfiguration


  • @Configuration(value="ElectronicFenceWebflowConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @EnableScheduling
    public class ElectronicFenceWebflowConfiguration
    extends java.lang.Object
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowConfigurer riskAwareAuthenticationWebflowConfigurer​(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.CasWebflowEventResolver riskAwareAuthenticationWebflowEventResolver​(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.CasWebflowExecutionPlanConfigurer riskAwareCasWebflowExecutionPlanConfigurer​(org.apereo.cas.web.flow.CasWebflowConfigurer riskAwareAuthenticationWebflowConfigurer)  
      • Methods inherited from class java.lang.Object

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

      • ElectronicFenceWebflowConfiguration

        public ElectronicFenceWebflowConfiguration()
    • 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)