Package org.acegisecurity.acl.basic
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
AclObjectIdentity Interface representing the identity of an individual domain object instance.
AclObjectIdentityAware Indicates a domain object instance is able to provide AclObjectIdentity information.
BasicAclDao Represents a data access object that can return the BasicAclEntry s applying to a given ACL object identity.
BasicAclEntry Represents an entry in an access control list.
BasicAclEntryCache Provides a cache of BasicAclEntry objects.
BasicAclExtendedDao Represents a more extensive data access object for BasicAclEntry s.
EffectiveAclsResolver Determines the ACLs that are effective for a given Authentication object.
Classes
AbstractBasicAclEntry Abstract implementation of BasicAclEntry .
BasicAclProvider

Retrieves access control lists (ACL) entries for domain object instances from a data access object (DAO).

GrantedAuthorityEffectiveAclsResolver Simple implementation of EffectiveAclsResolver .
NamedEntityObjectIdentity Simple implementation of AclObjectIdentity .
SimpleAclEntry Stores some privileges typical of a domain object.
Access control list implementation based on integer bit masks.