AclEntry.checkPermission
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean checkPermission( Permission permission )
Parameters
- permission
- the permission to be checked for.
Returns
true if the permission is part of the
permission set in this entry, false otherwise.
Description
Checks if the specified permission is part of the
permission set in this entry.