Class AccessControlProcedureType

java.lang.Object
com.regula.documentreader.api.results.rfid.AccessControlProcedureType

public class AccessControlProcedureType extends Object
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 Details

    • activeOptionIdx

      public int activeOptionIdx
      index of the active variant of the procedure
    • notifications

      public List<Long> notifications
      list of remarks arisen during the procedure. list of remarks arisen during the procedure.
    • status

      public long status
      procedure status (RFID_Error_NotPerformed, RFID_Error_NotAvailable, RFID_Error_NoError or the error code from eRFID_ErrorCodes)
    • type

      public int type
      procedure type (one of eRFID_AccessControl_ProcedureType values)
  • Constructor Details

    • AccessControlProcedureType

      public AccessControlProcedureType()
  • Method Details