Class RFIDParams
- java.lang.Object
-
- com.regula.documentreader.api.params.rfid.RFIDParams
-
public class RFIDParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RFIDParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RFIDParams
fromJson(JSONObject rfid)
int[]
getPaIgnoreNotificationCodes()
get a list of notification codes that should be ignored during passive authentication (PA)void
setPaIgnoreNotificationCodes(int[] paIgnoreNotificationCodes)
set a list of notification codes that should be ignored during passive authentication (PA)java.lang.String
toJson()
JSONObject
toJsonObject()
-
-
-
Method Detail
-
getPaIgnoreNotificationCodes
public int[] getPaIgnoreNotificationCodes()
get a list of notification codes that should be ignored during passive authentication (PA)- Returns:
- a list of
eLDS_ParsingNotificationCodes
values
-
setPaIgnoreNotificationCodes
public void setPaIgnoreNotificationCodes(int[] paIgnoreNotificationCodes)
set a list of notification codes that should be ignored during passive authentication (PA)- Parameters:
paIgnoreNotificationCodes
- list ofeLDS_ParsingNotificationCodes
values
-
toJsonObject
public JSONObject toJsonObject()
-
toJson
public java.lang.String toJson()
-
fromJson
public static RFIDParams fromJson(JSONObject rfid)
-
-