FileDocCategorySizeDatePackage
Permission.javaAPI DocJava SE 5 API883Fri Aug 26 14:57:16 BST 2005java.security.acl

Permission

public interface Permission
This interface represents a permission, such as that used to grant a particular type of access to a resource.
author
Satish Dharmaraj

Fields Summary
Constructors Summary
Methods Summary
public booleanequals(java.lang.Object another)
Returns true if the object passed matches the permission represented in this interface.

param
another the Permission object to compare with.
return
true if the Permission objects are equal, false otherwise

public java.lang.StringtoString()
Prints a string representation of this permission.

return
the string representation of the permission.