Uses of Class
org.osgi.service.dmt.Acl
-
Packages that use Acl Package Description org.osgi.service.dmt Device Management Tree Package Version 2.0. -
-
Uses of Acl in org.osgi.service.dmt
Methods in org.osgi.service.dmt that return Acl Modifier and Type Method Description AclAcl. addPermission(java.lang.String principal, int permissions)Create a newAclinstance from thisAclwith the given permission added for the given principal.AclAcl. deletePermission(java.lang.String principal, int permissions)Create a newAclinstance from thisAclwith the given permission revoked from the given principal.AclDmtSession. getEffectiveNodeAcl(java.lang.String nodeUri)Gives the Access Control List in effect for a given node.AclDmtSession. getNodeAcl(java.lang.String nodeUri)Get the Access Control List associated with a given node.AclAcl. setPermission(java.lang.String principal, int permissions)Create a newAclinstance from thisAclwhere all permissions for the given principal are overwritten with the given permissions.Methods in org.osgi.service.dmt with parameters of type Acl Modifier and Type Method Description voidDmtSession. setNodeAcl(java.lang.String nodeUri, Acl acl)Set the Access Control List associated with a given node.Constructors in org.osgi.service.dmt with parameters of type Acl Constructor Description Acl(Acl base, java.lang.String principal, int permissions)Creates an instance identical to thebaseACL except for the permissions of the givenprincipal, which are overwritten with the givenpermissions.
-