Uses of Class
info.dmtree.Acl

Packages that use Acl
Package
Description
 
  • Uses of Acl in info.dmtree

    Methods in info.dmtree that return Acl
    Modifier and Type
    Method
    Description
    Acl.addPermission(String principal, int permissions)
    Create a new Acl instance from this Acl with the given permission added for the given principal.
    Acl.deletePermission(String principal, int permissions)
    Create a new Acl instance from this Acl 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 new Acl instance from this Acl where all permissions for the given principal are overwritten with the given permissions.
    Methods in info.dmtree with parameters of type Acl
    Modifier and Type
    Method
    Description
    void
    DmtSession.setNodeAcl(String nodeUri, Acl acl)
    Set the Access Control List associated with a given node.