java.security.acl
public interface Permission
java.security.Permission
.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 equalitytrue
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)