|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AclManager
Obtains the AclEntry
instances that apply to a particular
domain object instance.
Method Summary | |
---|---|
AclEntry[] |
getAcls(Object domainInstance)
Deprecated. Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
getAcls(Object domainInstance,
Authentication authentication)
Deprecated. Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have been granted to the presented Authentication object |
Method Detail |
---|
AclEntry[] getAcls(Object domainInstance)
domainInstance
- the instance for which ACL information is required (never null
)
null
if no ACLs apply to the specified domain instanceAclEntry[] getAcls(Object domainInstance, Authentication authentication)
Authentication
object
domainInstance
- the instance for which ACL information is required (never null
)authentication
- the prncipal for which ACL information should be filtered (never null
)
null
) if no such ACLs are found
|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |