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

/openjdk7/jdk/src/share/classes/java/security/
H A DPermissionCollection.java33 * <p>With a PermissionCollection, you can:
47 * their permissions in a particular PermissionCollection object in order
49 * <code>PermissionCollection.implies</code> method is called.
50 * If a non-null value is returned, that PermissionCollection must be used.
53 * given type in any PermissionCollection they choose
56 * <p>The PermissionCollection returned by the
59 * for a given Permission type. A PermissionCollection may also be
60 * heterogeneous. For example, Permissions is a PermissionCollection
62 * That is, its members are each a homogeneous PermissionCollection.
68 * <p>Whenever a permission is added to a heterogeneous PermissionCollection
95 public abstract class PermissionCollection implements java.io.Serializable { class in inherits:java.io.Serializable
[all...]

Completed in 22 milliseconds