Class CoreWsSecurityIdentityProviderWebflowConfiguration

java.lang.Object
org.apereo.cas.config.CoreWsSecurityIdentityProviderWebflowConfiguration

@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=WsFederationIdentityProvider) @AutoConfiguration public class CoreWsSecurityIdentityProviderWebflowConfiguration extends Object
Since:
5.3.0
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    wsFederationCasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer wsFederationWebflowConfigurer)
     
    org.springframework.webflow.execution.Action
    wsFederationMetadataUIAction(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy wsFederationAuthenticationServiceSelectionStrategy)
     
    org.apereo.cas.web.flow.CasWebflowConfigurer
    wsFederationWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoreWsSecurityIdentityProviderWebflowConfiguration

      public CoreWsSecurityIdentityProviderWebflowConfiguration()
  • Method Details

    • wsFederationMetadataUIAction

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="wsFederationMetadataUIAction") public org.springframework.webflow.execution.Action wsFederationMetadataUIAction(@Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("wsFederationAuthenticationServiceSelectionStrategy") org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy wsFederationAuthenticationServiceSelectionStrategy)
    • wsFederationWebflowConfigurer

      @ConditionalOnMissingBean(name="wsFederationWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer wsFederationWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
    • wsFederationCasWebflowExecutionPlanConfigurer

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="wsFederationCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer wsFederationCasWebflowExecutionPlanConfigurer(@Qualifier("wsFederationWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer wsFederationWebflowConfigurer)