Searched defs:AclEntry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/acl/
H A DAclEntry.java54 public interface AclEntry extends Cloneable { interface in inherits:Cloneable
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclEntry.java64 public final class AclEntry { class
75 private AclEntry(AclEntryType type, method in class:AclEntry
87 * A builder of {@link AclEntry} objects.
90 * AclEntry#newBuilder newBuilder} methods defined by the {@code AclEntry}
117 * Constructs an {@link AclEntry} from the components of this builder.
119 * to construct an {@code AclEntry}.
126 public AclEntry build() {
131 return new AclEntry(type, who, perms, flags);
263 public static Builder newBuilder(AclEntry entr
[all...]

Completed in 252 milliseconds