Class CasCoreConfiguration.CasCoreAuthenticationServiceSelectionConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreConfiguration.CasCoreAuthenticationServiceSelectionConfiguration
Enclosing class:
CasCoreConfiguration

@Configuration(value="CasCoreAuthenticationServiceSelectionConfiguration", proxyBeanMethods=false) @AutoConfigureOrder(-2147483648) public static class CasCoreConfiguration.CasCoreAuthenticationServiceSelectionConfiguration extends Object
  • Constructor Details

    • CasCoreAuthenticationServiceSelectionConfiguration

      public CasCoreAuthenticationServiceSelectionConfiguration()
  • Method Details

    • authenticationServiceSelectionPlan

      @ConditionalOnMissingBean(name="authenticationServiceSelectionPlan") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan(List<org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurer> configurers)