Class TrustedAuthenticationWebflowConfiguration

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer

    @Configuration("trustedAuthenticationWebflowConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class TrustedAuthenticationWebflowConfiguration
    extends java.lang.Object
    implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    Since:
    5.0.0
    • Constructor Detail

      • TrustedAuthenticationWebflowConfiguration

        public TrustedAuthenticationWebflowConfiguration()
    • Method Detail

      • trustedWebflowConfigurer

        @ConditionalOnMissingBean(name="trustedWebflowConfigurer")
        @Bean
        @RefreshScope
        @DependsOn("defaultWebflowConfigurer")
        public org.apereo.cas.web.flow.CasWebflowConfigurer trustedWebflowConfigurer()
      • configureWebflowExecutionPlan

        public void configureWebflowExecutionPlan​(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
        Specified by:
        configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer