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