Enum EventTypes

    • Enum Constant Detail

      • AGENT_LOG_IN

        public static final EventTypes AGENT_LOG_IN
      • AGENT_LOG_OUT

        public static final EventTypes AGENT_LOG_OUT
      • LOG_IN_CHALLENGE

        public static final EventTypes LOG_IN_CHALLENGE
      • LOG_IN_FAILURE

        public static final EventTypes LOG_IN_FAILURE
      • AUTH_CHALLENGE

        public static final EventTypes AUTH_CHALLENGE
      • AUTH_CHALLENGE_SUCCESS

        public static final EventTypes AUTH_CHALLENGE_SUCCESS
      • AUTH_CHALLENGE_FAILURE

        public static final EventTypes AUTH_CHALLENGE_FAILURE
      • TWO_FACTOR_DISABLE

        public static final EventTypes TWO_FACTOR_DISABLE
      • EMAIL_UPDATE

        public static final EventTypes EMAIL_UPDATE
      • PASSWORD_RESET

        public static final EventTypes PASSWORD_RESET
      • PASSWORD_RESET_SUCCESS

        public static final EventTypes PASSWORD_RESET_SUCCESS
      • PASSWORD_UPDATE

        public static final EventTypes PASSWORD_UPDATE
      • PASSWORD_RESET_FAILURE

        public static final EventTypes PASSWORD_RESET_FAILURE
      • USER_INVITE

        public static final EventTypes USER_INVITE
      • ROLE_UPDATE

        public static final EventTypes ROLE_UPDATE
      • PROFILE_UPDATE

        public static final EventTypes PROFILE_UPDATE
      • PAGE_VIEW

        public static final EventTypes PAGE_VIEW
      • HEARTBEAT

        public static final EventTypes HEARTBEAT
      • PERFORMANCE

        public static final EventTypes PERFORMANCE
    • Method Detail

      • values

        public static EventTypes[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EventTypes valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getType

        public String getType()