Class RFIDParams


  • public class RFIDParams
    extends java.lang.Object
    • Constructor Detail

      • RFIDParams

        public RFIDParams()
    • 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 of eLDS_ParsingNotificationCodes values
      • toJsonObject

        public JSONObject toJsonObject()
      • toJson

        public java.lang.String toJson()
      • fromJson

        public static RFIDParams fromJson​(JSONObject rfid)