I'm developing a server-side application that needs authentication and authorization based on objects. I like Shiro's simplicity, but for being compatible with JAAS I wrote a LoginModule that uses Shiro as the underlying mechanism.
But my problem is that I couldn't find a way to delegate JAAS authorization checks to Shiro. How can I achieve this?