Class AbstractAclCrudDAOImpl

  • All Implemented Interfaces:
    AclCrudDAO
    Direct Known Subclasses:
    AclCrudDAOImpl

    public abstract class AbstractAclCrudDAOImpl
    extends Object
    implements AclCrudDAO
    Abstract implementation for ACL crud DAO.

    This provides basic services such as caching, but defers to the underlying implementation for CRUD operations for: alf_access_control_list alf_acl_member alf_acl_change_set alf_access_control_entry alf_permission alf_authority Also, following are currently unused: alf_ace_context alf_authority_alias

    Since:
    3.4
    Author:
    janv
    • Constructor Detail

      • AbstractAclCrudDAOImpl

        public AbstractAclCrudDAOImpl()
        Default constructor.

        This sets up the DAO accessors to bypass any caching to handle the case where the caches are not supplied in the setters.