shiro
shiro copied to clipboard
[SHIRO-671] Add support for javax.annotation.security.RolesAllowed, PermitAll, and DenyAll
I'm not sure this should be part of Shiro, as exposing theSubject as a java.security.Principal in web and jaxrs modules should allow this functionality to work without needing code in Shiro (so fewer bits for us to support).
That said, this would allow for a portable solution between containers.
Thoughts and ideas welcome. If anyone finds this useful, please leave a note
@bdemers I think it could be usefull for migrate existing application to Shiro without source code modification :) :+1:
Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Shiro-pr/54/
@fpapon 👍 I'll take another look at it for the next minor release
@bdemers great! I created a Jira for this: https://issues.apache.org/jira/browse/SHIRO-671 Let me know if can help ;)
@bdemers I think we can close this one because it's already managed by https://github.com/apache/shiro/pull/185 Thoughts?
Yes, please close this :)
Superseded by #714