Package org.jboss.security.acl

Interface Summary
BitMaskPermission This interface defines the methods that must be implemented by bitmask-based permissions.
 

Class Summary
ACLEntryImpl This class represents an entry in the Access Control List (ACL), and associates a permission to an identity.
ACLImpl Simple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide fast access.
ACLProviderImpl This class is a simple ACLProvider implementation that maintains the ACLs in memory.
CompositeACLPermission This class represents a composite permission - a permission that contains one or more basic permissions.
JPAPersistenceStrategy Implementation of ACLPersistenceStrategy that uses the Java Persistence API (JPA) to persist the ACLs.
Util Utility class used by the ACL implementation.
 

Enum Summary
BasicACLPermission This enum defines the basic ACL permissions.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.