Package org.jboss.security.acl
Interface ACLPermission
-
- All Superinterfaces:
Permission
- All Known Subinterfaces:
BitMaskPermission
- All Known Implementing Classes:
BasicACLPermission,CompositeACLPermission
public interface ACLPermission extends Permission
A
Permissionrepresents privileges held by anIdentity, and is used to grant or deny access to aResource.- Author:
- Stefan Guilhen