I have created a custom Realm and overrode the "doGetAuthenticationInfo()" in order to provide permissions for my user/request.
The problem is, I need to get the "actual" permission being requested from either the JSP tag or the annotation and use it in the method to resolve what permissions a user has been permitted to use and populate AuthorizationInfo with them. What is the best way to get that value and use it in my realm? I cannot directly query the external system for the user with permissions. Thanks. KJQ -- View this message in context: http://shiro-user.582556.n2.nabble.com/How-to-retrieve-the-actual-permission-being-requested-from-annotation-or-tag-tp7577612.html Sent from the Shiro User mailing list archive at Nabble.com.
