| Package | Description | 
|---|---|
| org.osgi.service.dmt | 
 Device Management Tree Package Version 2.0. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Acl | 
Acl.addPermission(String principal,
             int permissions)
Create a new  
Acl instance from this Acl with the given
 permission added for the given principal. | 
Acl | 
Acl.deletePermission(String principal,
                int permissions)
Create a new  
Acl instance from this Acl with the given
 permission revoked from the given principal. | 
Acl | 
DmtSession.getEffectiveNodeAcl(String nodeUri)
Gives the Access Control List in effect for a given node. 
 | 
Acl | 
DmtSession.getNodeAcl(String nodeUri)
Get the Access Control List associated with a given node. 
 | 
Acl | 
Acl.setPermission(String principal,
             int permissions)
Create a new  
Acl instance from this Acl where all
 permissions for the given principal are overwritten with the given
 permissions. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DmtSession.setNodeAcl(String nodeUri,
          Acl acl)
Set the Access Control List associated with a given node. 
 | 
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0