Enum Class HvlAuthEventLogType

java.lang.Object
java.lang.Enum<HvlAuthEventLogType>
tr.com.havelsan.javarch.oauth.auth.cloud.client.data.HvlAuthEventLogType
All Implemented Interfaces:
Serializable, Comparable<HvlAuthEventLogType>, Constable

public enum HvlAuthEventLogType extends Enum<HvlAuthEventLogType>
Constants for Authentication.
  • Enum Constant Details

    • LOGIN_SUCCESS_EVENT

      public static final HvlAuthEventLogType LOGIN_SUCCESS_EVENT
      Login success log type.
    • BAD_CREDENTIALS_ERROR_EVENT

      public static final HvlAuthEventLogType BAD_CREDENTIALS_ERROR_EVENT
      Bad credentials error log type.
    • LDAP_ERROR_EVENT

      public static final HvlAuthEventLogType LDAP_ERROR_EVENT
      Ldap error log type.
    • USER_EXPIRED_ERROR_EVENT

      public static final HvlAuthEventLogType USER_EXPIRED_ERROR_EVENT
      User expired error log type.
    • USER_PASSWORD_EXPIRED_ERROR_EVENT

      public static final HvlAuthEventLogType USER_PASSWORD_EXPIRED_ERROR_EVENT
      User password expired error log type.
    • USER_LOCKED_ERROR_EVENT

      public static final HvlAuthEventLogType USER_LOCKED_ERROR_EVENT
      User locked error log type.
  • Method Details

    • values

      public static HvlAuthEventLogType[] 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 HvlAuthEventLogType 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
    • getLogKey

      public String getLogKey()
      Gets log key.
      Returns:
      the log key
    • getMessageKey

      public String getMessageKey()
      Gets message key.
      Returns:
      the message key