Howdy, I need to choose the best Realm type for an application that uses JDO for database persistence. I want to load the realm in shiro.ini but want the realm to be able to respond to changes concerning users. (Want the realm to be able to talk to the database, via JDO calls to controllers (MyClassTypeController.java.)
Should I just extend AuthorizingRealm? -thanks so much -Brian -- View this message in context: http://shiro-user.582556.n2.nabble.com/Best-Realm-Flavor-for-JDO-tp5213535p5213535.html Sent from the Shiro User mailing list archive at Nabble.com.
