Package org.apereo.cas.config
Class SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceFactoryConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceFactoryConfiguration
- Enclosing class:
- SamlIdPAuthenticationServiceSelectionStrategyConfiguration
@Configuration(value="SamlIdPAuthenticationServiceFactoryConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class SamlIdPAuthenticationServiceSelectionStrategyConfiguration.SamlIdPAuthenticationServiceFactoryConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.principal.ServiceFactoryorg.apereo.cas.authentication.principal.ServiceFactoryConfigurersamlIdPServiceFactoryConfigurer(org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory)
-
Constructor Details
-
SamlIdPAuthenticationServiceFactoryConfiguration
public SamlIdPAuthenticationServiceFactoryConfiguration()
-
-
Method Details
-
samlIdPServiceFactory
@Bean @ConditionalOnMissingBean(name="samlIdPServiceFactory") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory() -
samlIdPServiceFactoryConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.principal.ServiceFactoryConfigurer samlIdPServiceFactoryConfigurer(@Qualifier("samlIdPServiceFactory") org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory)
-