On Jun 23, 2010, at 7:36 AM, barmstrong wrote: > > 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?
That's what I did.
