public interface AclManager
AclEntry
instances that apply to a particular
domain object instance.Modifier and Type | Method and Description |
---|---|
AclEntry[] |
getAcls(Object domainInstance)
Obtains the ACLs that apply to the specified domain instance.
|
AclEntry[] |
getAcls(Object domainInstance,
Authentication authentication)
Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have
been granted to the presented
Authentication object |
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
objectdomainInstance
- 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 foundCopyright © 2015. All rights reserved.