Class AccessControlProcedureType
java.lang.Object
com.regula.documentreader.api.results.rfid.AccessControlProcedureType
structure is used to describe the results of a single authentication procedure or a procedure of secure data access within the context of the communication session with electronic document
-
Field Summary
FieldsModifier and TypeFieldDescriptionintindex of the active variant of the procedurelist of remarks arisen during the procedure.longprocedure status (RFID_Error_NotPerformed, RFID_Error_NotAvailable, RFID_Error_NoError or the error code fromeRFID_ErrorCodes)intprocedure type (one ofeRFID_AccessControl_ProcedureTypevalues) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessControlProcedureTypestatic AccessControlProcedureTypefromJson(JSONObject object) toJson()Method convert object to string in json format
-
Field Details
-
activeOptionIdx
public int activeOptionIdxindex of the active variant of the procedure -
notifications
list of remarks arisen during the procedure. list of remarks arisen during the procedure. -
status
public long statusprocedure status (RFID_Error_NotPerformed, RFID_Error_NotAvailable, RFID_Error_NoError or the error code fromeRFID_ErrorCodes) -
type
public int typeprocedure type (one ofeRFID_AccessControl_ProcedureTypevalues)
-
-
Constructor Details
-
AccessControlProcedureType
public AccessControlProcedureType()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-