acl.adoc 405 B

1234567
  1. = ACL
  2. == Favor `AclPermissionEvaluator`
  3. `AclEntryVoter`, `AclEntryAfterInvocationProvider`, and `AclPermissionEvaluator` provide the same service, plugged into different Spring Security APIs. Now that `AccessDecisionVoter` and `AfterInvocationProvider` are both deprecated, the corresponding ACL plugins are obsolete.
  4. As such, begin using `AclPermissionEvaluator` before updating to Spring Security 7.