| Interface | Description |
|---|---|
| ACLCacheControl |
Cache cleanup methods
|
| ACLFileManager | |
| ACLFileManagerListener | |
| AclPolicyFile | |
| AppACLContext | |
| ContextACLManager<T> | |
| ContextValidator<T> |
Adds Context param to validation methods
|
| Class | Description |
|---|---|
| ACLStorageFileManager |
Provides ACLFileManager backed by a StorageManager, does NOT implement Listener semantics
|
| BaseContextACLManager<T> |
Base context acl manager, uses
BaseContextACLManager.forContext(Object) to retrieve ACLFilemanager, and apply corresponding method
call, maintains created managers in a map, and handles listener mappings for the created managers |
| ContextACLStorageFileManager |
Provides ACLFileManager interface with a context argument
|
| DelegateACLFileManager | |
| ListenableACLFileManager |
Implements Listener semantics for a delegate
|