|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Permission
This interface provides information about a permission that can be
granted. Note that this is not the same as the class
java.security.Permission
.
Method Summary | |
---|---|
boolean |
equals(Object perm)
This method tests whether or not a specified Permission
(passed as an Object ) is the same as this permission. |
String |
toString()
This method returns this Permission as a String . |
Method Detail |
---|
boolean equals(Object perm)
Permission
(passed as an Object
) is the same as this permission.
equals
in class Object
perm
- The permission to check for equality
true
if the specified permission is the same as this one, false
otherwiseObject.hashCode()
String toString()
Permission
as a String
.
toString
in class Object
String
representing this permission.Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |