Enum Class BankIdAuditEventTypes

java.lang.Object
java.lang.Enum<BankIdAuditEventTypes>
se.swedenconnect.bankid.idp.audit.BankIdAuditEventTypes
All Implemented Interfaces:
Serializable, Comparable<BankIdAuditEventTypes>, Constable

public enum BankIdAuditEventTypes extends Enum<BankIdAuditEventTypes>
Audit event types for the BankID IdP.
Author:
Martin Lindström, Felix Hellman
  • Enum Constant Details

    • BANKID_RECEIVED_REQUEST

      public static final BankIdAuditEventTypes BANKID_RECEIVED_REQUEST
      Received request for auth/sign.
    • INIT

      public static final BankIdAuditEventTypes INIT
      The BankID operation has been initiated, i.e., the underlying BankID server has been invoked.
    • AUTH_COMPLETE

      public static final BankIdAuditEventTypes AUTH_COMPLETE
      A BankID authentication operation has been successfully completed.
    • SIGN_COMPLETE

      public static final BankIdAuditEventTypes SIGN_COMPLETE
      A BankID signature operation has been successfully completed.
    • BANKID_CANCEL

      public static final BankIdAuditEventTypes BANKID_CANCEL
      An operation that was started was cancelled by the user.
    • BANKID_ERROR

      public static final BankIdAuditEventTypes BANKID_ERROR
      An error occurred when processing a BankID request.
  • Method Details

    • values

      public static BankIdAuditEventTypes[] 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 BankIdAuditEventTypes 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
    • getTypeName

      public String getTypeName()
      Gets the event type name.
      Returns:
      the event type name