Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Shiro can plug into Spring Security (at the realm level) instead of at the filter level.
Expectations:
- Shiro annotations still function
- reduce the amount of code and paths needed to support Spring/Spring Boot applications.
Known issue:
- In order to plugin into Spring Security, the list of roles/permissions granted to a user from a Realm must be exposed. (currently, this is a private/package-private functionality), and will need an extra method or added to the public API
Attachments
Issue Links
- relates to
-
SHIRO-829 beanPostProcessor and FactoryBean cause aop to fail in the same Configuration
- Closed