Enum Class RedirectEvent

java.lang.Object
java.lang.Enum<RedirectEvent>
com.suncode.pwfl.security.RedirectEvent
All Implemented Interfaces:
Serializable, Comparable<RedirectEvent>, Constable

public enum RedirectEvent extends Enum<RedirectEvent>
  • Enum Constant Details

    • MANUAL_LOGOUT

      public static final RedirectEvent MANUAL_LOGOUT
    • AUTOMATIC_LOGOUT

      public static final RedirectEvent AUTOMATIC_LOGOUT
    • AUTHENTICATION_FAILED

      public static final RedirectEvent AUTHENTICATION_FAILED
  • Method Details

    • values

      public static RedirectEvent[] 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

      public static RedirectEvent valueOf(String name)
      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