Class RFIDParams
java.lang.Object
com.regula.documentreader.api.params.rfid.RFIDParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RFIDParamsfromJson(JSONObject rfid) int[]get a list of notification codes that should be ignored during passive authentication (PA)voidsetPaIgnoreNotificationCodes(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_ParsingNotificationCodesvalues
-
setPaIgnoreNotificationCodes
public void setPaIgnoreNotificationCodes(int[] paIgnoreNotificationCodes) set a list of notification codes that should be ignored during passive authentication (PA)- Parameters:
paIgnoreNotificationCodes- list ofeLDS_ParsingNotificationCodesvalues
-
toJsonObject
public JSONObject toJsonObject() -
toJson
-
fromJson
-