Example usage for Java java.security Permission fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Checks two Permission objects for equality. |
String | getActions() Returns the actions as a String. |
Class> | getClass() Returns the runtime class of this Object . |
String | getName() Returns the name of this Permission. |
boolean | implies(Permission permission) Checks if the specified permission's actions are "implied by" this object's actions. |
String | toString() Returns a string describing this Permission. |