Enum Class HvlAuthzProfileEventLogType

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

public enum HvlAuthzProfileEventLogType extends Enum<HvlAuthzProfileEventLogType>
Event log constants for Authz Profile Module.
  • Enum Constant Details

    • PROFILE_DETAIL_SAVE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_DETAIL_SAVE_EVENT
      Profile detail save event log type.
    • PROFILE_DETAIL_UPDATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_DETAIL_UPDATE_EVENT
      Profile detail update event log type.
    • PROFILE_DETAIL_DELETE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_DETAIL_DELETE_EVENT
      Profile detail delete event log type.
    • PROFILE_SAVE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_SAVE_EVENT
      Profile save event log type.
    • PROFILE_UPDATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_UPDATE_EVENT
      Profile update event log type.
    • PROFILE_UPDATE_ROLES_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_UPDATE_ROLES_EVENT
      Profile update roles event log type.
    • PROFILE_DELETE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_DELETE_EVENT
      Profile delete event log type.
    • PROFILE_ACTIVATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_ACTIVATE_EVENT
      Profile activate event log type.
    • PROFILE_DEACTIVATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_DEACTIVATE_EVENT
      Profile deactivate event log type.
    • PROFILE_GROUP_SAVE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_SAVE_EVENT
      Profile group save event log type.
    • PROFILE_GROUP_UPDATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_UPDATE_EVENT
      Profile group update event log type.
    • PROFILE_GROUP_UPDATE_ROLES_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_UPDATE_ROLES_EVENT
      Profile group update roles event log type.
    • PROFILE_GROUP_DELETE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_DELETE_EVENT
      Profile group delete event log type.
    • PROFILE_GROUP_ACTIVATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_ACTIVATE_EVENT
      Profile group activate event log type.
    • PROFILE_GROUP_DEACTIVATE_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_GROUP_DEACTIVATE_EVENT
      Profile group deactivate event log type.
    • PROFILE_USER_MIGRATION_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_USER_MIGRATION_EVENT
      Profile user migration event log type.
    • PROFILE_RESET_EVENT

      public static final HvlAuthzProfileEventLogType PROFILE_RESET_EVENT
      Profile reset event log type.
  • Method Details

    • values

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