Class SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceSelectionConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceSelectionConfiguration
Enclosing class:
SamlIdPAuthenticationServiceSelectionStrategyConfiguration

@Configuration(value="SamlIdPAuthenticationServiceSelectionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceSelectionConfiguration extends Object
  • Constructor Details

    • SamlIdPAuthenticationServiceSelectionConfiguration

      public SamlIdPAuthenticationServiceSelectionConfiguration()
  • Method Details

    • samlIdPEntityIdValidationServiceSelectionStrategy

      @ConditionalOnMissingBean(name="samlIdPEntityIdValidationServiceSelectionStrategy") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy samlIdPEntityIdValidationServiceSelectionStrategy(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("samlIdPServiceFactory") org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager)
    • samlIdPAuthenticationServiceSelectionStrategyConfigurer

      @Bean @ConditionalOnMissingBean(name="samlIdPAuthenticationServiceSelectionStrategyConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurer samlIdPAuthenticationServiceSelectionStrategyConfigurer(@Qualifier("samlIdPEntityIdValidationServiceSelectionStrategy") org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy samlIdPEntityIdValidationServiceSelectionStrategy)