Example usage for Java java.util PropertyPermission fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertyPermission(String name, String actions) Creates a new PropertyPermission object with the specified name. | |
PropertyPermission(String name, int mask) Creates a PropertyPermission object with the specified name and a pre-calculated mask. |
boolean | equals(Object obj) Checks two PropertyPermission objects for equality. |
String | getActions() Returns the "canonical string representation" of the actions. |
String | getName() Returns the name of this Permission. |
boolean | implies(Permission p) Checks if this PropertyPermission object "implies" the specified permission. |
PermissionCollection | newPermissionCollection() Returns a new PermissionCollection object for storing PropertyPermission objects. |