ACL |
This interface represents an Access Control List (ACL), a data structure used to protect access to resources.
|
ACLEntry |
This interface represents an entry in the Access Control List.
|
ACLImpl |
Simple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide
fast access.
|
ACLPermission |
A Permission represents privileges held by an Identity , and is used to
grant or deny access to a Resource .
|
ACLPersistenceStrategy |
This interface defines the methods that must be implemented by classes that manage the persistence of
ACL s.
|
ACLProvider |
An ACLProvider is responsible for the management of the ACLs associated to the
resources being protected.
|
ACLProviderImpl |
This class is the standard ACLProvider implementation.
|
ACLResourceFactory |
This interface provides a factory for Resource s.
|
BasicACLPermission |
This enum defines the basic ACL permissions.
|
BitMaskPermission |
This interface defines the methods that must be implemented by bitmask-based permissions.
|
EntitlementEntry |
This class represents a standard entry in the collection returned by the ACLProvider.getEntitlements method.
|