Class eIDAccessController

Object
   |
   +--AccessController
         |
         +--eIDAccessController

class eIDAccessController
extends AccessController

Defined in eidaccesscontroller.js


Field Summary
 Object name
          
 
Constructor Summary
eIDAccessController()
            Create an access controller for the eID application
 
Method Summary
 boolean checkBasicAccess(<eIDCommandInterpreter> ci, <APDU> apdu)
           Check basic access conditions for eID application
 boolean checkBit(<eIDCommandInterpreter> ci, <APDU> apdu, bit)
           Check if access to special function is allowed
 boolean checkFileReadAccess(<eIDCommandInterpreter> ci, <APDU> apdu, <FSNode> node)
           Check if read access to file system node is allowed
 boolean checkFileWriteAccess(<eIDCommandInterpreter> ci, <APDU> apdu, <FSNode> node)
           Check if write access to file system node is allowed
 boolean checkRight(<eIDCommandInterpreter> ci, <APDU> apdu, bit)
           Check if access to special function is allowed

Field Detail

name

Object name

Constructor Detail

eIDAccessController

eIDAccessController()

Method Detail

checkBasicAccess

boolean checkBasicAccess(<eIDCommandInterpreter> ci, <APDU> apdu)

checkBit

boolean checkBit(<eIDCommandInterpreter> ci, <APDU> apdu, bit)

checkFileReadAccess

boolean checkFileReadAccess(<eIDCommandInterpreter> ci, <APDU> apdu, <FSNode> node)

checkFileWriteAccess

boolean checkFileWriteAccess(<eIDCommandInterpreter> ci, <APDU> apdu, <FSNode> node)

checkRight

boolean checkRight(<eIDCommandInterpreter> ci, <APDU> apdu, bit)


Documentation generated by JSDoc on Tue Sep 3 22:29:43 2013