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 the standard ACLProvider implementation. |
CompositeACLPermission |
This class represents a composite permission - a permission that contains one or more basic permissions. |
EntitlementEntry |
This class represents a standard entry in the collection returned by the ACLProvider.getEntitlements method. |
JPAPersistenceStrategy |
Implementation of ACLPersistenceStrategy that uses the Java Persistence API (JPA) to
persist the ACL s. |
RoleBasedACLProviderImpl |
Implementation of ACLProvider that uses the identity roles when checking if access to a protected resource
should be granted or not. |
Util |
Utility class used by the ACL implementation. |