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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.principal.Service
    samlIdPCallbackService(org.apereo.cas.authentication.principal.ServiceFactory samlIdPServiceFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer
    samlIdPServiceRegistryExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.principal.Service samlIdPCallbackService)
     
    org.apereo.cas.services.ServicesManagerRegisteredServiceLocator
    samlIdPServicesManagerRegisteredServiceLocator(org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver defaultSamlRegisteredServiceCachingMetadataResolver)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)