Returns the ACLs associated with the requested AclObjectIdentity .The
BasicAclEntry s returned by this method will have String -based recipients. This will not be a
problem if you are using the GrantedAuthorityEffectiveAclsResolver , which is the default
configured against BasicAclProvider .
This method will only return ACLs for requests where the AclObjectIdentity is of type
NamedEntityObjectIdentity . Of course, you can subclass or replace this class and support your own
custom AclObjectIdentity types.
Parameters: aclObjectIdentity - for which ACL information is required (cannot be null and must be aninstance of NamedEntityObjectIdentity ) the ACLs that apply (without any null s inside the array), or null if not foundor if an incompatible AclObjectIdentity was requested |