Class YamlServiceRegistryProperties

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

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

    • YamlServiceRegistryProperties

      public YamlServiceRegistryProperties()
  • Method Details

    • isUsingDefaultLocation

      public boolean isUsingDefaultLocation()
      Is using default location?
      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 YamlServiceRegistryProperties 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.