Class JpaServiceRegistryProperties

java.lang.Object
org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
org.apereo.cas.configuration.model.support.jpa.serviceregistry.JpaServiceRegistryProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-jpa-service-registry") public class JpaServiceRegistryProperties extends AbstractJpaProperties
Configuration properties class for JPA service registry.
Since:
5.0.0
See Also:
  • Constructor Details

    • JpaServiceRegistryProperties

      public JpaServiceRegistryProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether managing services via JPA is enabled.
    • setEnabled

      public JpaServiceRegistryProperties setEnabled(boolean enabled)
      Whether managing services via JPA is enabled.
      Returns:
      this.