Permissionpublic interface Permission This interface represents a permission, such as that used to grant
a particular type of access to a resource. |
Methods Summary |
---|
public boolean | equals(java.lang.Object another)Returns true if the object passed matches the permission represented
in this interface.
| public java.lang.String | toString()Prints a string representation of this permission.
|
|