Class eSignAccessController
				
				
			
				
				
				
					
Defined in:  eidaccesscontroller.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Create an access controller for the eSign application | 
| Method Attributes | Method Name and Description | 
|---|---|
| checkFileReadAccess(ci, apdu, node)
								 Check if read access to file system node is allowed | |
| checkFileWriteAccess(ci, apdu, node)
								 Check if write access to file system node is allowed | |
| checkRight(ci, apdu, bit)
								 Check if access to special function is allowed | 
					Method Detail
				
				
					 
					
					
					{boolean}
					checkFileReadAccess(ci, apdu, node)
					
					
					
						Check if read access to file system node is allowed
						
						
					
					
					
					
						
							- Parameters:
- {eIDCommandInterpreter} ci
- the command interpreter
- {APDU} apdu
- the APDU used to access the object
- {FSNode} node
- the file system object
- Returns:
- true if access is allowed
					
					{boolean}
					checkFileWriteAccess(ci, apdu, node)
					
					
					
						Check if write access to file system node is allowed
						
						
					
					
					
					
						
							- Parameters:
- {eIDCommandInterpreter} ci
- the command interpreter
- {APDU} apdu
- the APDU used to access the object
- {FSNode} node
- the file system object
- Returns:
- true if access is allowed
					
					{boolean}
					checkRight(ci, apdu, bit)
					
					
					
						Check if access to special function is allowed
						
						
					
					
					
					
						
							- Parameters:
- {eIDCommandInterpreter} ci
- the command interpreter
- {APDU} apdu
- the APDU used to access the object
- bit
- Returns:
- true if access is allowed