| Interface | Description |
|---|---|
| AccessControlListDAO |
This abstracts the reading and writing of ACLs on nodes from particular node implementations.
|
| Ace |
Entity for alf_access_control_entry persistence.
|
| AceContext |
Entity for alf_ace_context persistence.
|
| Acl |
Entity for alf_access_control_list persistence.
|
| AclChangeSet |
Entity for alf_acl_change_set persistence.
|
| AclCrudDAO |
This provides basic services such as caching, but defers to the underlying implementation
for CRUD operations.
|
| AclDAO |
Provides data access support for persistence in alf_access_control_list.
|
| AclMember |
Entity for alf_access_control_member persistence.
|
| Authority |
Entity for alf_authority persistence.
|
| AuthorityAlias |
Entity for alf_authority_alias persistence.
|
| Permission |
Entity for alf_permission persistence.
|
| Class | Description |
|---|---|
| AbstractAclCrudDAOImpl |
Abstract implementation for ACL crud DAO.
|
| AbstractPermissionsDaoComponentImpl |
Common support for permisisons dao
Sub classes determine how ACLs are cascaded to children and how changes may COW/version children as ACLs are pushed down.
|
| AceContextEntity |
Entity for alf_ace_context persistence.
|
| AceEntity |
Entity for alf_access_control_entry persistence.
|
| AclChangeSetEntity |
Entity for alf_acl_change_set persistence.
|
| AclCrudDAOTest | |
| AclDAOImpl |
DAO to manage ACL persistence
Note: based on earlier AclDaoComponentImpl
|
| AclEntity |
Entity for alf_acess_control_list persistence.
|
| AclMemberEntity |
Entity for alf_access_control_member persistence.
|
| AclUpdateEntity |
Entity for alf_acess_control_list persistence.
|
| ADMAccessControlListDAO |
DAO layer for the improved ACL implementation.
|
| ADMPermissionsDaoComponentImpl |
ADM permissions dao component impl
Manage creation and deletion of ACL entries for the new ADM ACL implementation
|
| AuthorityAliasEntity |
Entity for alf_authority_alias persistence.
|
| AuthorityEntity |
Entity for alf_authority persistence.
|
| AVMAccessControlListDAO |
The AVM implementation for getting and setting ACLs.
|
| AVMAccessControlListDAO.Counter |
Simple counter
|
| AVMAccessControlListDAO.CounterSet |
Counter for each type of ACL change
|
| AVMAccessControlListDAO.Indirection |
Support to describe AVM indirections for permission performance improvements when permissions are set.
|
| AVMPermissionsDaoComponentImpl |
AVM permissions dao component impl
Manage creation and deletion of ACL entries for the AVM ACL implementation
|
| PermissionEntity |
Entity for alf_permission persistence.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.