Class JsonServiceRegistryProperties

java.lang.Object
org.apereo.cas.configuration.model.SpringResourceProperties
org.apereo.cas.configuration.model.support.services.json.JsonServiceRegistryProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-json-service-registry") public class JsonServiceRegistryProperties extends SpringResourceProperties
Since:
5.2.0
See Also:
  • Field Details

    • DEFAULT_LOCATION_DIRECTORY

      public static final String DEFAULT_LOCATION_DIRECTORY
      Default location directory name where services may be found.
      See Also:
    • DEFAULT_LOCATION

      public static final org.springframework.core.io.Resource DEFAULT_LOCATION
      Default location where services may be found on the classpath.
  • Constructor Details

    • JsonServiceRegistryProperties

      public JsonServiceRegistryProperties()
  • Method Details

    • isUsingDefaultLocation

      public boolean isUsingDefaultLocation()
      Is using default location and has it changed?
      Returns:
      true/false
    • isWatcherEnabled

      public boolean isWatcherEnabled()
      Flag indicating whether a background watcher thread is enabled for the purposes of live reloading of service registry data changes from persistent data store.
    • setWatcherEnabled

      public JsonServiceRegistryProperties setWatcherEnabled(boolean watcherEnabled)
      Flag indicating whether a background watcher thread is enabled for the purposes of live reloading of service registry data changes from persistent data store.
      Returns:
      this.