Searched defs:getAcl (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclFileAttributeView.java39 * file attribute view defines the {@link #getAcl() getAcl}, and {@link
88 * List<AclEntry&gt acl = view.getAcl();
114 * the ACL or owner attributes as if by invoking the {@link #getAcl getAcl} or
172 List<AclEntry> getAcl() throws IOException; method in interface:AclFileAttributeView
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java137 public List<AclEntry> getAcl() method in class:WindowsAclFileAttributeView
150 return WindowsSecurityDescriptor.getAcl(buffer.address());
H A DWindowsSecurityDescriptor.java368 static List<AclEntry> getAcl(long pSecurityDescriptor) throws IOException { method in class:WindowsSecurityDescriptor
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisAclFileAttributeView.java305 public List<AclEntry> getAcl() method in class:SolarisAclFileAttributeView

Completed in 37 milliseconds