Class CasSamlServiceProvidersConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=SAML)
    @AutoConfiguration
    public class CasSamlServiceProvidersConfiguration
    extends java.lang.Object
    This is CasSamlServiceProvidersConfiguration. This class is marked as non-lazy, allowing to force-initialize the configuration to process saml sp definitions as services.
    Since:
    6.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.InitializingBean coreSamlServiceProvidersInitializingBean​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver samlRegisteredServiceCachingMetadataResolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasSamlServiceProvidersConfiguration

        public CasSamlServiceProvidersConfiguration()
    • Method Detail

      • coreSamlServiceProvidersInitializingBean

        @Bean
        public org.springframework.beans.factory.InitializingBean coreSamlServiceProvidersInitializingBean​(@Qualifier("servicesManager")
                                                                                                           org.apereo.cas.services.ServicesManager servicesManager,
                                                                                                           org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                           @Qualifier("defaultSamlRegisteredServiceCachingMetadataResolver")
                                                                                                           org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver samlRegisteredServiceCachingMetadataResolver)