Closed
Description
authorityHttpRequests
picks up a RoleHierarchy
bean. If method security does the same thing, then it will simplify security configuration overall.
Currently, method security role hierarchy must be configured for each authorization manager individually via DefaultMethodSecurityExpressionHandler
for pre-post annotations, AuthoritiesAuthorizationManager
for secured annotations, and via a custom authorization manager for JSR-250 annotations.