Enum Class EventType

java.lang.Object
java.lang.Enum<EventType>
swiss.trustbroker.audit.dto.EventType
All Implemented Interfaces:
Serializable, Comparable<EventType>, Constable

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

    • AUTHN_REQUEST

      public static final EventType AUTHN_REQUEST
    • RESPONSE

      public static final EventType RESPONSE
    • LOGOUT_REQUEST

      public static final EventType LOGOUT_REQUEST
    • LOGOUT_RESPONSE

      public static final EventType LOGOUT_RESPONSE
    • RST_REQUEST

      public static final EventType RST_REQUEST
    • RST_RESPONSE

      public static final EventType RST_RESPONSE
    • ARTIFACT_RESOLVE

      public static final EventType ARTIFACT_RESOLVE
    • ARTIFACT_RESPONSE

      public static final EventType ARTIFACT_RESPONSE
    • OIDC_TOKEN_REQUEST

      public static final EventType OIDC_TOKEN_REQUEST
    • OIDC_TOKEN

      public static final EventType OIDC_TOKEN
    • OIDC_IDTOKEN

      public static final EventType OIDC_IDTOKEN
    • OIDC_LOGOUT

      public static final EventType OIDC_LOGOUT
  • Method Details

    • values

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