mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-28 05:09:06 +00:00
Introduced `RoleHierarchyUtils` which enables convenient construction of `RoleHierarchy` from map based representation. Where the map key is the role name and the map value is a list of implied role names. Here is a small example for that in action: https://gist.github.com/thomasdarimont/ee9fffdef1adb9243b12ad247478aad4 Fixes #3990. Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com> Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>