@Configuration(value="samlIdPWebflowConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class SamlIdPWebflowConfiguration
extends java.lang.Object
SamlIdPWebflowConfiguration.| Constructor and Description |
|---|
SamlIdPWebflowConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Action |
samlIdPMetadataUIParserAction() |
org.apereo.cas.web.flow.CasWebflowConfigurer |
samlIdPMetadataUIWebConfigurer() |
@ConditionalOnMissingBean(name="samlIdPMetadataUIWebConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer samlIdPMetadataUIWebConfigurer()
@ConditionalOnMissingBean(name="samlIdPMetadataUIParserAction") @Bean public org.springframework.webflow.execution.Action samlIdPMetadataUIParserAction()