Class RFIDParams
java.lang.Object
com.regula.documentreader.api.params.rfid.RFIDParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RFIDParams
fromJson
(JSONObject rfid) int[]
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)toJson()
JSONObject
-
Constructor Details
-
RFIDParams
public RFIDParams()
-
-
Method Details
-
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
-
fromJson
-