|
OSGi™ Service Platform Compendium Specification Release 4 Version 4.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Acl | |
---|---|
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 | |
---|---|
Acl |
Acl.addPermission(java.lang.String principal,
int permissions)
Create a new Acl instance from this Acl with
the given permission added for the given principal. |
Acl |
Acl.deletePermission(java.lang.String principal,
int permissions)
Create a new Acl instance from this Acl with
the given permission revoked from the given principal. |
Acl |
DmtSession.getEffectiveNodeAcl(java.lang.String nodeUri)
Gives the Access Control List in effect for a given node. |
Acl |
DmtSession.getNodeAcl(java.lang.String nodeUri)
Get the Access Control List associated with a given node. |
Acl |
Acl.setPermission(java.lang.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. |
Methods in org.osgi.service.dmt with parameters of type Acl | |
---|---|
void |
DmtSession.setNodeAcl(java.lang.String nodeUri,
Acl acl)
Set the Access Control List associated with a given node. |
|
OSGi™ Service Platform Compendium Specification Release 4 Version 4.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |