FileDocCategorySizeDatePackage
Permission.javaAPI DocAndroid 1.5 API1629Wed May 06 22:41:06 BST 2009java.security.acl

Permission

public interface Permission
The interface that represents a permission.

It can be granted or denied to a {@link java.security.Principal Principal} using an {@link Acl}.

since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanequals(java.lang.Object another)
Checks whether the specified object equals this permission.

param
another the permission object to compare to this permission.
return
true if the specified permission object is equal to this, false if not.
since
Android 1.0

public java.lang.StringtoString()
Returns the string representation of this permission.

return
the string representation of this permission.
since
Android 1.0