JAFS API v2

Uses of Class
org.openafs.jafs.ACL

Uses of ACL in org.openafs.jafs
 

Methods in org.openafs.jafs that return ACL
 ACL ACL.getDeltaACL(ACL acl)
          Returns a "Delta ACL", which is an ACL that represents only the difference (delta) of two ACLs, relative to the current ACL instance by the provided ACL specified by acl.
 

Methods in org.openafs.jafs with parameters of type ACL
 ACL ACL.getDeltaACL(ACL acl)
          Returns a "Delta ACL", which is an ACL that represents only the difference (delta) of two ACLs, relative to the current ACL instance by the provided ACL specified by acl.
 void ACL.update(ACL delta)
          Updates the current ACL instance by replacing, adding, or deleting ACL entries designated by the specified Delta ACL (delta).
 int ACL.compareTo(ACL acl)
          Compares two ACL objects respective to their paths and does not factor any other attribute.
 boolean ACL.equals(ACL acl)
          Tests whether two ACL objects are equal, based on their paths and permission bits.
 


JAFS API v2