Class CasCustomProperties

java.lang.Object
org.apereo.cas.configuration.model.support.custom.CasCustomProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

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

    • CasCustomProperties

      public CasCustomProperties()
  • Method Details

    • getProperties

      public Map<String,String> getProperties()
      Collection of custom settings that can be utilized for a local deployment. The settings should be available to CAS views and webflows for altering UI and/or introducing custom behavior to any extended customized component without introducing a new property namespace. This is defined as a map, where the key should be the setting name and the value should be the setting value.
    • setProperties

      public CasCustomProperties setProperties(Map<String,String> properties)
      Collection of custom settings that can be utilized for a local deployment. The settings should be available to CAS views and webflows for altering UI and/or introducing custom behavior to any extended customized component without introducing a new property namespace. This is defined as a map, where the key should be the setting name and the value should be the setting value.
      Returns:
      this.