|
|||||||||
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 BasicAclEntry
s.
BasicAclExtendedDao
implementations are responsible for interpreting a
a given AclObjectIdentity
.
Method Summary | |
---|---|
void |
changeMask(AclObjectIdentity aclObjectIdentity,
java.lang.Object recipient,
java.lang.Integer newMask)
Deprecated. Changes the permission mask assigned to the BasicAclEntry associated with the specified
AclObjectIdentity and recipient Object . |
void |
create(BasicAclEntry basicAclEntry)
Deprecated. |
void |
delete(AclObjectIdentity aclObjectIdentity)
Deprecated. Deletes all entries associated with the specified AclObjectIdentity . |
void |
delete(AclObjectIdentity aclObjectIdentity,
java.lang.Object recipient)
Deprecated. Deletes the BasicAclEntry associated with the specified AclObjectIdentity and
recipient Object . |
Methods inherited from interface org.springframework.security.acl.basic.BasicAclDao |
---|
getAcls |
Method Detail |
---|
void changeMask(AclObjectIdentity aclObjectIdentity, java.lang.Object recipient, java.lang.Integer newMask) throws org.springframework.dao.DataAccessException
BasicAclEntry
associated with the specified
AclObjectIdentity
and recipient Object
.
aclObjectIdentity
- to locate the relevant BasicAclEntry
recipient
- to locate the relevant BasicAclEntry
newMask
- indicating the new permission
org.springframework.dao.DataAccessException
- DOCUMENT ME!void create(BasicAclEntry basicAclEntry) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
void delete(AclObjectIdentity aclObjectIdentity) throws org.springframework.dao.DataAccessException
AclObjectIdentity
.
aclObjectIdentity
- to delete, including any BasicAclEntry
s
org.springframework.dao.DataAccessException
- DOCUMENT ME!void delete(AclObjectIdentity aclObjectIdentity, java.lang.Object recipient) throws org.springframework.dao.DataAccessException
BasicAclEntry
associated with the specified AclObjectIdentity
and
recipient Object
.
aclObjectIdentity
- to deleterecipient
- to delete
org.springframework.dao.DataAccessException
- DOCUMENT ME!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |