Searched refs:Acl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/acl/
H A DAcl.java73 * example, <code> java.security.acl.Acl </code> provides the
77 * The <code> java.security.acl.Acl </code> interface extends the
86 * @see java.security.acl.Acl#getPermissions
91 public interface Acl extends Owner { interface in inherits:Owner
153 * an owner of this Acl.
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DAclImpl.java32 import java.security.acl.Acl;
52 * @see java.security.acl.Acl
55 class AclImpl extends OwnerImpl implements Acl, Serializable {
143 * of this Acl.
161 * this Acl.
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAclImpl.java37 public class AclImpl extends OwnerImpl implements Acl {
70 * not on the owners list of the Acl.
101 * is not on the owners list of the Acl.
127 * the owners list of the Acl.
374 Acl acl;
377 AclEnumerator(Acl acl, Hashtable<?,AclEntry> u1, Hashtable<?,AclEntry> g1,
406 throw new NoSuchElementException("Acl Enumerator");

Completed in 69 milliseconds