@Configuration(value="samlIdPAuthenticationServiceSelectionStrategyConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class SamlIdPAuthenticationServiceSelectionStrategyConfiguration
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurer
| Constructor and Description |
|---|
SamlIdPAuthenticationServiceSelectionStrategyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAuthenticationServiceSelectionStrategy(org.apereo.cas.authentication.AuthenticationServiceSelectionPlan plan) |
org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy |
samlIdPEntityIdValidationServiceSelectionStrategy() |
public SamlIdPAuthenticationServiceSelectionStrategyConfiguration()
@ConditionalOnMissingBean(name="samlIdPEntityIdValidationServiceSelectionStrategy") @Bean public org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy samlIdPEntityIdValidationServiceSelectionStrategy()
public void configureAuthenticationServiceSelectionStrategy(org.apereo.cas.authentication.AuthenticationServiceSelectionPlan plan)
configureAuthenticationServiceSelectionStrategy in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurer