Hi everyone! I have some web apps whose "security domains" are defined using JAAS in an application server (JBoss to be more precise). We're undergoing some changes, and one of them is to use Shiro for security. To not make a radical change at first, our option is to use shiro to leverage the already existing "JAAS login modules".
>From what I could learn reading the docs, we're gonna need a Realm implementation that delegates the security calls to the JAAS login modules. Has anyone done anything similar? Reading the archives I've seen people that implemented a login module that delegated to Shiro. What I need is the other way around. A Shiro realm that delegates do JAAS. Regards, -- View this message in context: http://shiro-user.582556.n2.nabble.com/JAAS-Realm-tp7580503.html Sent from the Shiro User mailing list archive at Nabble.com.
