Class CasServerCoreProperties

java.lang.Object
org.apereo.cas.configuration.model.core.CasServerCoreProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core", automated=true) public class CasServerCoreProperties extends Object implements Serializable
Since:
5.0.0
See Also:
  • Constructor Details

    • CasServerCoreProperties

      public CasServerCoreProperties()
  • Method Details

    • getGroovyCacheManager

      public ExpiringSimpleCacheProperties getGroovyCacheManager()
      Settings that control the internal cache engine used to load, parse and hold precompiled groovy scripts.
    • setGroovyCacheManager

      public CasServerCoreProperties setGroovyCacheManager(ExpiringSimpleCacheProperties groovyCacheManager)
      Settings that control the internal cache engine used to load, parse and hold precompiled groovy scripts.
      Returns:
      this.