Package org.apereo.cas.web.flow.config
Class TrustedAuthenticationWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.TrustedAuthenticationWebflowConfiguration
-
@Configuration("trustedAuthenticationWebflowConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class TrustedAuthenticationWebflowConfiguration extends java.lang.Object- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description TrustedAuthenticationWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurertrustedCasWebflowExecutionPlanConfigurer()org.apereo.cas.web.flow.CasWebflowConfigurertrustedWebflowConfigurer()
-
-
-
Method Detail
-
trustedWebflowConfigurer
@ConditionalOnMissingBean(name="trustedWebflowConfigurer") @Bean @RefreshScope @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer trustedWebflowConfigurer()
-
trustedCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="trustedCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer trustedCasWebflowExecutionPlanConfigurer()
-
-