Class RegexInterruptProperties

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

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

    • RegexInterruptProperties

      public RegexInterruptProperties()
  • Method Details

    • getAttributeName

      public String getAttributeName()
      A regex pattern on the attribute name that if matches will successfully complete the first condition for the interrupt notifications trigger.
    • getAttributeValue

      public String getAttributeValue()
      A regex pattern on the attribute value that if matches will successfully complete the first condition for the interrupt notifications trigger.
    • setAttributeName

      public RegexInterruptProperties setAttributeName(String attributeName)
      A regex pattern on the attribute name that if matches will successfully complete the first condition for the interrupt notifications trigger.
      Returns:
      this.
    • setAttributeValue

      public RegexInterruptProperties setAttributeValue(String attributeValue)
      A regex pattern on the attribute value that if matches will successfully complete the first condition for the interrupt notifications trigger.
      Returns:
      this.