Save This Page
Home » openjdk-7 » java » security » [javadoc | source]
java.security
final class: UnresolvedPermissionCollection [javadoc | source]
java.lang.Object
   java.security.PermissionCollection
      java.security.UnresolvedPermissionCollection

All Implemented Interfaces:
    Serializable

A UnresolvedPermissionCollection stores a collection of UnresolvedPermission permissions.
Constructor:
 public UnresolvedPermissionCollection() 
Method from java.security.UnresolvedPermissionCollection Summary:
add,   elements,   getUnresolvedPermissions,   implies
Methods from java.security.PermissionCollection:
add,   elements,   implies,   isReadOnly,   setReadOnly,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.security.UnresolvedPermissionCollection Detail:
 public  void add(Permission permission) 
    Adds a permission to this UnresolvedPermissionCollection. The key for the hash is the unresolved permission's type (class) name.
 public Enumeration elements() 
    Returns an enumeration of all the UnresolvedPermission lists in the container.
 List getUnresolvedPermissions(Permission p) 
    get any unresolved permissions of the same type as p, and return the List containing them.
 public boolean implies(Permission permission) 
    always returns false for unresolved permissions