Example usage for Java java.security PermissionCollection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | add(Permission permission) Adds a permission object to the current collection of permission objects. |
Enumeration | elements() Returns an enumeration of all the Permission objects in the collection. |
boolean | implies(Permission permission) Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection. |