Searched refs:getAcl (Results 1 - 9 of 9) 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/test/java/nio/file/attribute/AclFileAttributeView/
H A DBasic.java57 List<AclEntry> acl = view.getAcl();
74 List<AclEntry> newacl = view.getAcl();
92 newacl = view.getAcl();
133 assertEquals(view.getAcl(), fileAcl);
149 assertEquals(view.getAcl(), dirAcl);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractAclFileAttributeView.java89 result.put(ACL_NAME, getAcl());
/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/test/java/nio/file/Files/
H A DMisc.java304 List<AclEntry> acl = view.getAcl();
H A DCheckPermissions.java685 List<AclEntry> acl = view.getAcl();
/openjdk7/jdk/src/share/sample/nio/file/
H A DAclEdit.java256 List<AclEntry> acl = view.getAcl();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisAclFileAttributeView.java305 public List<AclEntry> getAcl() method in class:SolarisAclFileAttributeView

Completed in 513 milliseconds