See: Description
Interface | Description |
---|---|
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. |
Class | Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.