@Configuration(value="x509AuthenticationWebflowConfiguration") @EnableConfigurationProperties(value=CasConfigurationProperties.class) public class X509AuthenticationWebflowConfiguration extends java.lang.Object implements CasWebflowExecutionPlanConfigurer
Constructor and Description |
---|
X509AuthenticationWebflowConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configureWebflowExecutionPlan(CasWebflowExecutionPlan plan)
Configure webflow execution plan.
|
org.springframework.webflow.execution.Action |
x509Check() |
CasWebflowConfigurer |
x509WebflowConfigurer() |
public X509AuthenticationWebflowConfiguration()
@ConditionalOnMissingBean(name="x509WebflowConfigurer") @ConditionalOnBean(name="defaultWebflowConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public CasWebflowConfigurer x509WebflowConfigurer()
@Bean public org.springframework.webflow.execution.Action x509Check()
public void configureWebflowExecutionPlan(CasWebflowExecutionPlan plan)
CasWebflowExecutionPlanConfigurer
configureWebflowExecutionPlan
in interface CasWebflowExecutionPlanConfigurer
plan
- the plan