Class JsonServiceRegistryConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=ServiceRegistry,
                                 module="json")
    @AutoConfigureOrder(-2147483647)
    @AutoConfiguration
    public class JsonServiceRegistryConfiguration
    extends java.lang.Object
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.services.ServiceRegistry jsonServiceRegistry​(org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy resourceNamingStrategy, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.replication.RegisteredServiceReplicationStrategy registeredServiceReplicationStrategy, org.springframework.beans.factory.ObjectProvider<java.util.List<org.apereo.cas.services.ServiceRegistryListener>> serviceRegistryListeners)  
      org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer jsonServiceRegistryExecutionPlanConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServiceRegistry jsonServiceRegistry)  
      • Methods inherited from class java.lang.Object

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

      • JsonServiceRegistryConfiguration

        public JsonServiceRegistryConfiguration()
    • Method Detail

      • jsonServiceRegistry

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="jsonServiceRegistry")
        public org.apereo.cas.services.ServiceRegistry jsonServiceRegistry​(@Qualifier("registeredServiceResourceNamingStrategy")
                                                                           org.apereo.cas.services.resource.RegisteredServiceResourceNamingStrategy resourceNamingStrategy,
                                                                           org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                           org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                           @Qualifier("registeredServiceReplicationStrategy")
                                                                           org.apereo.cas.services.replication.RegisteredServiceReplicationStrategy registeredServiceReplicationStrategy,
                                                                           org.springframework.beans.factory.ObjectProvider<java.util.List<org.apereo.cas.services.ServiceRegistryListener>> serviceRegistryListeners)
                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • jsonServiceRegistryExecutionPlanConfigurer

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="jsonServiceRegistryExecutionPlanConfigurer")
        public org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer jsonServiceRegistryExecutionPlanConfigurer​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                         @Qualifier("jsonServiceRegistry")
                                                                                                                         org.apereo.cas.services.ServiceRegistry jsonServiceRegistry)