public interface AclManager
AclEntry
instances that apply to a particular
domain object instance.Modifier and Type | Method and Description |
---|---|
AclEntry[] |
getAcls(java.lang.Object domainInstance)
Deprecated.
Obtains the ACLs that apply to the specified domain instance.
|
AclEntry[] |
getAcls(java.lang.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 |
AclEntry[] getAcls(java.lang.Object domainInstance)
domainInstance
- the instance for which ACL information is required (never null
)null
if no ACLs apply to the specified domain instanceAclEntry[] getAcls(java.lang.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 found