Enum Class RequestType

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

public enum RequestType extends Enum<RequestType>
Defined request type for any type of request in IDA.
Author:
Rakesh Roshan
  • Enum Constant Details

    • OTP_REQUEST

      public static final RequestType OTP_REQUEST
    • OTP_AUTH

      public static final RequestType OTP_AUTH
    • DEMO_AUTH

      public static final RequestType DEMO_AUTH
    • FINGER_AUTH

      public static final RequestType FINGER_AUTH
    • IRIS_AUTH

      public static final RequestType IRIS_AUTH
    • FACE_AUTH

      public static final RequestType FACE_AUTH
    • STATIC_PIN_AUTH

      public static final RequestType STATIC_PIN_AUTH
    • STATICPIN_STORE_REQUEST

      public static final RequestType STATICPIN_STORE_REQUEST
    • EKYC_AUTH_REQUEST

      public static final RequestType EKYC_AUTH_REQUEST
    • KYC_AUTH_REQUEST

      public static final RequestType KYC_AUTH_REQUEST
    • KYC_EXCHANGE_REQUEST

      public static final RequestType KYC_EXCHANGE_REQUEST
    • IDENTITY_KEY_BINDING

      public static final RequestType IDENTITY_KEY_BINDING
    • TOKEN_REQUEST

      public static final RequestType TOKEN_REQUEST
    • TOKEN_AUTH

      public static final RequestType TOKEN_AUTH
    • VCI_EXCHANGE_REQUEST

      public static final RequestType VCI_EXCHANGE_REQUEST
    • PASSWORD_AUTH

      public static final RequestType PASSWORD_AUTH
  • Method Details

    • values

      public static RequestType[] 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 RequestType 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
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getRequestType

      public String getRequestType()
      Get request type.
      Returns:
      requestType