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
Permission
represents privileges held by anIdentity
, and is used to grant or deny access to aResource
.- Author:
- Stefan Guilhen