Class CasBasicAuthenticationConfiguration

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

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

      • CasBasicAuthenticationConfiguration

        public CasBasicAuthenticationConfiguration()
    • Method Detail

      • basicAuthenticationAction

        @Bean
        public org.springframework.webflow.execution.Action basicAuthenticationAction()
      • basicAuthenticationWebflowConfigurer

        @ConditionalOnMissingBean(name="basicAuthenticationWebflowConfigurer")
        @Bean
        @DependsOn("defaultWebflowConfigurer")
        public org.apereo.cas.web.flow.CasWebflowConfigurer basicAuthenticationWebflowConfigurer()
      • basicPrincipalFactory

        @ConditionalOnMissingBean(name="basicPrincipalFactory")
        @Bean
        public org.apereo.cas.authentication.principal.PrincipalFactory basicPrincipalFactory()
      • configureWebflowExecutionPlan

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