Package org.apereo.cas.web.config
Class CasBasicAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.web.config.CasBasicAuthenticationConfiguration
-
@Configuration("casBasicAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasBasicAuthenticationConfiguration extends java.lang.ObjectThis isCasBasicAuthenticationConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasBasicAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.ActionbasicAuthenticationAction()org.apereo.cas.web.flow.CasWebflowConfigurerbasicAuthenticationWebflowConfigurer()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerbasicCasWebflowExecutionPlanConfigurer()org.apereo.cas.authentication.principal.PrincipalFactorybasicPrincipalFactory()
-
-
-
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()
-
basicCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="basicCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer basicCasWebflowExecutionPlanConfigurer()
-
-