Enum Class AuditModules
- All Implemented Interfaces:
Serializable,Comparable<AuditModules>,Constable
The Enum AuditModules - Contains all the modules in IdAuthentication for Audit purpose.
- 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 transaction history.The auth type status.The demo auth.The e KY C AUTH.The FACE_AUTH.The FINGERPRINT_AUTH.The IRIS_AUTH.The otp auth.The otp request.The pin auth.The Static Pin Storage.The vid generation request. -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()Gets the desc.Gets the module id.Gets the module name.static AuditModulesReturns the enum constant of this class with the specified name.static AuditModules[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OTP_AUTH
The otp auth. -
DEMO_AUTH
The demo auth. -
FINGERPRINT_AUTH
The FINGERPRINT_AUTH. -
IRIS_AUTH
The IRIS_AUTH. -
FACE_AUTH
The FACE_AUTH. -
TOKEN_AUTH
-
PASSWORD_AUTH
-
EKYC_AUTH
The e KY C AUTH. -
KYC_AUTH
-
KYC_EXCHANGE
-
VCI_EXCHANGE
-
IDENTITY_KEY_BINDING
-
OTP_REQUEST
The otp request. -
AUTH_TYPE_STATUS
The auth type status. -
AUTH_TRANSACTION_HISTORY
The auth transaction history. -
IDENTITY_CACHE
-
PIN_AUTH
The pin auth. -
STATIC_PIN_STORAGE
The Static Pin Storage. -
VID_GENERATION_REQUEST
The vid generation request. -
CREDENTIAL_STORAGE
-
-
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
-
getDesc
Gets the desc.- Returns:
- the desc
-
getModuleId
Gets the module id.- Returns:
- the module id
-
getModuleName
Gets the module name.- Returns:
- the module name
-