Enum Class HvlAuthzUserEventLogType

java.lang.Object
java.lang.Enum<HvlAuthzUserEventLogType>
tr.com.havelsan.javarch.oauth.authz.starter.module.user.event.data.HvlAuthzUserEventLogType
All Implemented Interfaces:
Serializable, Comparable<HvlAuthzUserEventLogType>, Constable

public enum HvlAuthzUserEventLogType extends Enum<HvlAuthzUserEventLogType>
Constants for User Event Log.
  • Enum Constant Details

    • USER_DETAIL_SAVE_EVENT

      public static final HvlAuthzUserEventLogType USER_DETAIL_SAVE_EVENT
      User detail save event log type.
    • USER_DETAIL_UPDATE_EVENT

      public static final HvlAuthzUserEventLogType USER_DETAIL_UPDATE_EVENT
      User detail update event log type.
    • USER_DETAIL_DELETE_EVENT

      public static final HvlAuthzUserEventLogType USER_DETAIL_DELETE_EVENT
      User detail delete event log type.
    • USER_SAVE_EVENT

      public static final HvlAuthzUserEventLogType USER_SAVE_EVENT
      User save event log type.
    • USER_UPDATE_EVENT

      public static final HvlAuthzUserEventLogType USER_UPDATE_EVENT
      User update event log type.
    • USER_DELETE_EVENT

      public static final HvlAuthzUserEventLogType USER_DELETE_EVENT
      User delete event log type.
    • USER_CHANGE_PASSWORD_BY_ADMIN_EVENT

      public static final HvlAuthzUserEventLogType USER_CHANGE_PASSWORD_BY_ADMIN_EVENT
      User change password by admin event log type.
    • USER_LOCK_BY_ADMIN_EVENT

      public static final HvlAuthzUserEventLogType USER_LOCK_BY_ADMIN_EVENT
      User lock by admin event log type.
    • USER_UNLOCK_BY_ADMIN_EVENT

      public static final HvlAuthzUserEventLogType USER_UNLOCK_BY_ADMIN_EVENT
      User unlock by admin event log type.
    • USER_CHANGE_PASSWORD_EVENT

      public static final HvlAuthzUserEventLogType USER_CHANGE_PASSWORD_EVENT
      User change password event log type.
    • USER_PASSWORD_POLICY_SAVE_EVENT

      public static final HvlAuthzUserEventLogType USER_PASSWORD_POLICY_SAVE_EVENT
      User password policy save event log type.
    • USER_PASSWORD_POLICY_UPDATE_EVENT

      public static final HvlAuthzUserEventLogType USER_PASSWORD_POLICY_UPDATE_EVENT
      User password policy update event log type.
    • USER_PASSWORD_POLICY_DELETE_EVENT

      public static final HvlAuthzUserEventLogType USER_PASSWORD_POLICY_DELETE_EVENT
      User password policy delete event log type.
    • USER_PASSWORD_POLICY_ACTIVATE_EVENT

      public static final HvlAuthzUserEventLogType USER_PASSWORD_POLICY_ACTIVATE_EVENT
      User password policy activate event log type.
    • USER_STRATEGY_SAVE_EVENT

      public static final HvlAuthzUserEventLogType USER_STRATEGY_SAVE_EVENT
      User strategy save event log type.
    • USER_STRATEGY_UPDATE_EVENT

      public static final HvlAuthzUserEventLogType USER_STRATEGY_UPDATE_EVENT
      User strategy update event log type.
    • USER_STRATEGY_DELETE_EVENT

      public static final HvlAuthzUserEventLogType USER_STRATEGY_DELETE_EVENT
      User strategy delete event log type.
    • USER_STRATEGY_ACTIVATE_EVENT

      public static final HvlAuthzUserEventLogType USER_STRATEGY_ACTIVATE_EVENT
      User strategy activate event log type.
    • USER_STRATEGY_DEACTIVATE_EVENT

      public static final HvlAuthzUserEventLogType USER_STRATEGY_DEACTIVATE_EVENT
      User strategy deactivate event log type.
    • USER_REGISTRATION_EVENT

      public static final HvlAuthzUserEventLogType USER_REGISTRATION_EVENT
      User registration event log type.
  • Method Details

    • values

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