Class InterruptCoreProperties

java.lang.Object
org.apereo.cas.configuration.model.support.interrupt.InterruptCoreProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-interrupt-webflow") public class InterruptCoreProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • InterruptCoreProperties

      public InterruptCoreProperties()
  • Method Details

    • isForceExecution

      public boolean isForceExecution()
      Whether execution of the interrupt inquiry query should be always forced, and the status of interrupt check should be ignored. This is a global setting that can optionally be overruled for each application policy.
    • getTriggerMode

      Define how interrupt notifications should be triggered in the authentication flow.
    • setForceExecution

      public InterruptCoreProperties setForceExecution(boolean forceExecution)
      Whether execution of the interrupt inquiry query should be always forced, and the status of interrupt check should be ignored. This is a global setting that can optionally be overruled for each application policy.
      Returns:
      this.
    • setTriggerMode

      Define how interrupt notifications should be triggered in the authentication flow.
      Returns:
      this.