Class CasCoreConfiguration.CasCoreAuthenticationServiceSelectionConfiguration

  • Enclosing class:
    CasCoreConfiguration

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

      • CasCoreAuthenticationServiceSelectionConfiguration

        public CasCoreAuthenticationServiceSelectionConfiguration()
    • Method Detail

      • authenticationServiceSelectionPlan

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