Uses of Class
org.osgi.service.dmt.Acl
Packages that use Acl
-
Uses of Acl in org.osgi.service.dmt
Methods in org.osgi.service.dmt that return AclModifier and TypeMethodDescriptionAcl.addPermission
(String principal, int permissions) Create a newAcl
instance from thisAcl
with the given permission added for the given principal.Acl.deletePermission
(String principal, int permissions) Create a newAcl
instance from thisAcl
with the given permission revoked from the given principal.DmtSession.getEffectiveNodeAcl
(String nodeUri) Gives the Access Control List in effect for a given node.DmtSession.getNodeAcl
(String nodeUri) Get the Access Control List associated with a given node.Acl.setPermission
(String principal, int permissions) Create a newAcl
instance from thisAcl
where all permissions for the given principal are overwritten with the given permissions.Methods in org.osgi.service.dmt with parameters of type AclModifier and TypeMethodDescriptionvoid
DmtSession.setNodeAcl
(String nodeUri, Acl acl) Set the Access Control List associated with a given node.