Package org.apereo.cas.config
Class SamlIdPEndpointsConfiguration.SamlIdPServicesConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPEndpointsConfiguration.SamlIdPServicesConfiguration
- Enclosing class:
- SamlIdPEndpointsConfiguration
@Configuration(value="SamlIdPServicesConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class SamlIdPEndpointsConfiguration.SamlIdPServicesConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.principal.ServicesamlIdPCallbackService(org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurersamlIdPServiceRegistryExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.principal.Service samlIdPCallbackService) org.apereo.cas.services.ServicesManagerRegisteredServiceLocatorsamlIdPServicesManagerRegisteredServiceLocator(org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver)
-
Constructor Details
-
SamlIdPServicesConfiguration
public SamlIdPServicesConfiguration()
-
-
Method Details
-
samlIdPCallbackService
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.principal.Service samlIdPCallbackService(@Qualifier("samlIdPServiceFactory") org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
samlIdPServiceRegistryExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="samlIdPServiceRegistryExecutionPlanConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer samlIdPServiceRegistryExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("samlIdPCallbackService") org.apereo.cas.authentication.principal.Service samlIdPCallbackService) -
samlIdPServicesManagerRegisteredServiceLocator
@Bean @ConditionalOnMissingBean(name="samlIdPServicesManagerRegisteredServiceLocator") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.services.ServicesManagerRegisteredServiceLocator samlIdPServicesManagerRegisteredServiceLocator(@Qualifier("defaultSamlRegisteredServiceCachingMetadataResolver") org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver)
-