|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AclEntry | Marker interface representing an access control list entry associated with a specific domain object instance. |
AclManager | Obtains the AclEntry instances that apply to a particular
domain object instance. |
AclProvider | Indicates a class can process a given domain object instance and authoritatively return the ACLs that apply. |
Class Summary | |
---|---|
AclProviderManager | Iterates through a list of AclProvider s to locate the ACLs that apply to a given domain object instance. |
Enables retrieval of access control lists (ACLs) for domain object instances.
The goal of this package is to locate the AclEntry
s
that apply to a given domain object instance.
An AclManager
has ultimate resposibility for obtaining the
AclEntry
s instances, with a provider-based implementation
available via the AclProviderManager
class (and
its AclProvider
interface.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |