|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicAclExtendedDao
Represents a more extensive data access object
for BasicAclEntrys.
BasicAclExtendedDao implementations are responsible for interpreting a
a given AclObjectIdentity.
| Method Summary | |
|---|---|
void |
changeMask(AclObjectIdentity aclObjectIdentity,
Object recipient,
Integer newMask)
Changes the permission mask assigned to the BasicAclEntry
associated with the specified
AclObjectIdentity and recipient Object. |
void |
create(BasicAclEntry basicAclEntry)
|
void |
delete(AclObjectIdentity aclObjectIdentity)
Deletes all entries associated with the specified AclObjectIdentity. |
void |
delete(AclObjectIdentity aclObjectIdentity,
Object recipient)
Deletes the BasicAclEntry associated with the specified
AclObjectIdentity and recipient Object. |
| Methods inherited from interface org.acegisecurity.acl.basic.BasicAclDao |
|---|
getAcls |
| Method Detail |
|---|
void create(BasicAclEntry basicAclEntry)
throws DataAccessException
DataAccessException
void delete(AclObjectIdentity aclObjectIdentity)
throws DataAccessException
AclObjectIdentity.
aclObjectIdentity - to delete, including any BasicAclEntrys
DataAccessException
void delete(AclObjectIdentity aclObjectIdentity,
Object recipient)
throws DataAccessException
BasicAclEntry associated with the specified
AclObjectIdentity and recipient Object.
aclObjectIdentity - to deleterecipient - to delete
DataAccessException
void changeMask(AclObjectIdentity aclObjectIdentity,
Object recipient,
Integer newMask)
throws DataAccessException
BasicAclEntry
associated with the specified
AclObjectIdentity and recipient Object.
aclObjectIdentity - to locate the relevant BasicAclEntryrecipient - to locate the relevant BasicAclEntrynewMask - indicating the new permission
DataAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||