Hi, using Shiro for some years now but currently facing an issue i cant solve. I want to get back all permissions. Looking at the API, i ve found a getAuthorizationInfo() method. Unfortunately its protected so that i cant call it from my service class where i injected my custom realm.
I am also quite sure that injecting a realm is not a very nice way doing things. But SecurityUtils.getSubject() doesnt get me anywhere in terms of getting permissions. I think if getAuthorizationInfo() would be public, i could simple get a SimpleAuthorizationInfo object and everything is nice. Do i miss something obvious here? Thanks for input. Marc
