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 TypeFieldDescriptionint
index of the active variant of the procedurelist of remarks arisen during the procedure.long
procedure status (RFID_Error_NotPerformed, RFID_Error_NotAvailable, RFID_Error_NoError or the error code fromeRFID_ErrorCodes
)int
procedure type (one ofeRFID_AccessControl_ProcedureType
values) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessControlProcedureType
static AccessControlProcedureType
fromJson
(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_ProcedureType
values)
-
-
Constructor Details
-
AccessControlProcedureType
public AccessControlProcedureType()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-