Enum Class AuditEvents
- All Implemented Interfaces:
Serializable,Comparable<AuditEvents>,Constable
The Enum AuditEvents - Contains all the events for auditing.
- Author:
- Manoj SP
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe auth request response.The ekyc request response.The internal otp trigger request response.The internal request response.The otp trigger request response.The retrieve auth transaction history request response.The retrieve auth type status request response.Static_Pin_Storage_Request_Response.The update auth type status request response.The vid generate request response. -
Method Summary
Modifier and TypeMethodDescriptionGets the event id.Gets the event name.Gets the event type.static AuditEventsReturns the enum constant of this class with the specified name.static AuditEvents[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTH_REQUEST_RESPONSE
The auth request response. -
OTP_TRIGGER_REQUEST_RESPONSE
The otp trigger request response. -
EKYC_REQUEST_RESPONSE
The ekyc request response. -
INTERNAL_REQUEST_RESPONSE
The internal request response. -
INTERNAL_OTP_TRIGGER_REQUEST_RESPONSE
The internal otp trigger request response. -
RETRIEVE_AUTH_TYPE_STATUS_REQUEST_RESPONSE
The retrieve auth type status request response. -
UPDATE_AUTH_TYPE_STATUS_REQUEST_RESPONSE
The update auth type status request response. -
RETRIEVE_AUTH_TRANSACTION_HISTORY_REQUEST_RESPONSE
The retrieve auth transaction history request response. -
CREDENTIAL_ISSUED_EVENT
-
REMOVE_ID_EVENT
-
DEACTIVATE_ID_EVENT
-
ACTIVATE_ID_EVENT
-
CREDENTIAL_STORED_EVENT
-
KYC_REQUEST_RESPONSE
-
KYC_EXCHANGE_REQUEST_RESPONSE
-
KEY_BINDIN_REQUEST_RESPONSE
-
VCI_EXCHANGE_REQUEST_RESPONSE
-
PASSWORD_BASED_AUTH_REQUEST
-
STATIC_PIN_STORAGE_REQUEST_RESPONSE
Static_Pin_Storage_Request_Response. -
VID_GENERATE_REQUEST_RESPONSE
The vid generate request response.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getEventId
Gets the event id.- Returns:
- the event id
-
getEventType
Gets the event type.- Returns:
- the event type
-
getEventName
Gets the event name.- Returns:
- the event name
-