Class DefaultRegisteredServiceWebflowInterruptPolicy

java.lang.Object
org.apereo.cas.services.DefaultRegisteredServiceWebflowInterruptPolicy
All Implemented Interfaces:
Serializable, org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy

public class DefaultRegisteredServiceWebflowInterruptPolicy extends Object implements org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy
Since:
6.5.0
See Also:
  • Constructor Details

    • DefaultRegisteredServiceWebflowInterruptPolicy

      public DefaultRegisteredServiceWebflowInterruptPolicy()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy
    • getForceExecution

      public org.apereo.cas.configuration.support.TriStateBoolean getForceExecution()
      Specified by:
      getForceExecution in interface org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy
    • getAttributeName

      public String getAttributeName()
      Specified by:
      getAttributeName in interface org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy
    • getAttributeValue

      public String getAttributeValue()
      Specified by:
      getAttributeValue in interface org.apereo.cas.services.RegisteredServiceWebflowInterruptPolicy
    • setEnabled

      public DefaultRegisteredServiceWebflowInterruptPolicy setEnabled(boolean enabled)
      Returns:
      this.
    • setForceExecution

      public DefaultRegisteredServiceWebflowInterruptPolicy setForceExecution(org.apereo.cas.configuration.support.TriStateBoolean forceExecution)
      Returns:
      this.
    • setAttributeName

      public DefaultRegisteredServiceWebflowInterruptPolicy setAttributeName(String attributeName)
      Returns:
      this.
    • setAttributeValue

      public DefaultRegisteredServiceWebflowInterruptPolicy setAttributeValue(String attributeValue)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object