Shiro Developer - Role "Nesting" or "Inheriting" and RolePermissionResolvers - 0 views
-
Shiro support the concept of role inheritance roleA inherits permissions from roleB
-
A given realm knows only its roles, but my application understands the mapping of roles to permissions (or nested roles). I have a single RolePermissionResolver that ties permissions to roles
-
Example: My security Manager: https://github.com/sonatype/security/blob/master/security-system/src/main/java/org/sonatype/security/DefaultRealmSecurityManager.java#L63
- ...1 more annotation...