Enum Class InterruptCoreProperties.InterruptTriggerModes

java.lang.Object
java.lang.Enum<InterruptCoreProperties.InterruptTriggerModes>
org.apereo.cas.configuration.model.support.interrupt.InterruptCoreProperties.InterruptTriggerModes
All Implemented Interfaces:
Serializable, Comparable<InterruptCoreProperties.InterruptTriggerModes>, Constable
Enclosing class:
InterruptCoreProperties

public static enum InterruptCoreProperties.InterruptTriggerModes extends Enum<InterruptCoreProperties.InterruptTriggerModes>
Enumerate the trigger modes for interrupt authentication.
  • Enum Constant Details

    • AFTER_AUTHENTICATION

      public static final InterruptCoreProperties.InterruptTriggerModes AFTER_AUTHENTICATION
      Trigger interrupt notifications and inquiry after authentication events and before single sign-on has been established.
    • AFTER_SSO

      public static final InterruptCoreProperties.InterruptTriggerModes AFTER_SSO
      Trigger interrupt notifications and inquiry after single sign-on has been established. Interrupt queries that execute after single sign-on cannot control the creation of the SSO session conditionally.
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null