Enum Class AuditModules

java.lang.Object
java.lang.Enum<AuditModules>
io.mosip.authentication.core.constant.AuditModules
All Implemented Interfaces:
Serializable, Comparable<AuditModules>, Constable

public enum AuditModules extends Enum<AuditModules>
The Enum AuditModules - Contains all the modules in IdAuthentication for Audit purpose.
Author:
Manoj SP
  • Enum Constant Details

    • OTP_AUTH

      public static final AuditModules OTP_AUTH
      The otp auth.
    • DEMO_AUTH

      public static final AuditModules DEMO_AUTH
      The demo auth.
    • FINGERPRINT_AUTH

      public static final AuditModules FINGERPRINT_AUTH
      The FINGERPRINT_AUTH.
    • IRIS_AUTH

      public static final AuditModules IRIS_AUTH
      The IRIS_AUTH.
    • FACE_AUTH

      public static final AuditModules FACE_AUTH
      The FACE_AUTH.
    • TOKEN_AUTH

      public static final AuditModules TOKEN_AUTH
    • PASSWORD_AUTH

      public static final AuditModules PASSWORD_AUTH
    • EKYC_AUTH

      public static final AuditModules EKYC_AUTH
      The e KY C AUTH.
    • KYC_AUTH

      public static final AuditModules KYC_AUTH
    • KYC_EXCHANGE

      public static final AuditModules KYC_EXCHANGE
    • VCI_EXCHANGE

      public static final AuditModules VCI_EXCHANGE
    • IDENTITY_KEY_BINDING

      public static final AuditModules IDENTITY_KEY_BINDING
    • OTP_REQUEST

      public static final AuditModules OTP_REQUEST
      The otp request.
    • AUTH_TYPE_STATUS

      public static final AuditModules AUTH_TYPE_STATUS
      The auth type status.
    • AUTH_TRANSACTION_HISTORY

      public static final AuditModules AUTH_TRANSACTION_HISTORY
      The auth transaction history.
    • IDENTITY_CACHE

      public static final AuditModules IDENTITY_CACHE
    • PIN_AUTH

      public static final AuditModules PIN_AUTH
      The pin auth.
    • STATIC_PIN_STORAGE

      public static final AuditModules STATIC_PIN_STORAGE
      The Static Pin Storage.
    • VID_GENERATION_REQUEST

      public static final AuditModules VID_GENERATION_REQUEST
      The vid generation request.
    • CREDENTIAL_STORAGE

      public static final AuditModules CREDENTIAL_STORAGE
  • Method Details

    • values

      public static AuditModules[] 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 AuditModules 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
    • getDesc

      public String getDesc()
      Gets the desc.
      Returns:
      the desc
    • getModuleId

      public String getModuleId()
      Gets the module id.
      Returns:
      the module id
    • getModuleName

      public String getModuleName()
      Gets the module name.
      Returns:
      the module name