Class WebflowAutoConfigurationProperties

java.lang.Object
org.apereo.cas.configuration.model.core.web.flow.WebflowAutoConfigurationProperties
All Implemented Interfaces:
Serializable, CasFeatureModule
Direct Known Subclasses:
X509WebflowAutoConfigurationProperties

@RequiresModule(name="cas-server-core-webflow", automated=true) public class WebflowAutoConfigurationProperties extends Object implements CasFeatureModule, Serializable
Webflow configuration properties.
Since:
6.2.0
See Also:
  • Constructor Details

    • WebflowAutoConfigurationProperties

      public WebflowAutoConfigurationProperties()
  • Method Details

    • getOrder

      public int getOrder()
      The order in which the webflow is configured.
    • isEnabled

      public boolean isEnabled()
      Whether webflow auto-configuration should be enabled.
    • setOrder

      public WebflowAutoConfigurationProperties setOrder(int order)
      The order in which the webflow is configured.
      Returns:
      this.
    • setEnabled

      public WebflowAutoConfigurationProperties setEnabled(boolean enabled)
      Whether webflow auto-configuration should be enabled.
      Returns:
      this.