Package org.apereo.cas.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurersamlIdPAuthenticationServiceSelectionStrategyConfigurer(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy samlIdPEntityIdValidationServiceSelectionStrategy) org.apereo.cas.authentication.AuthenticationServiceSelectionStrategysamlIdPEntityIdValidationServiceSelectionStrategy(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory, org.apereo.cas.services.ServicesManager servicesManager)
-
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)
-