Shiro delegates authentication to your Realm implementation - your implementation is the one that must be efficient/fast and that is entirely dependent upon how you code it ;)
On Tue, Dec 22, 2009 at 8:22 AM, lev <[email protected]> wrote: > > Hi, > > I have included shiro as our core IDm component in very big project. > > as project is very big so many componenet are invloved in a single user > process. > > We are using shiro meantime just to autheticate(by username and password > info). > > flow is like this > > user logs in UI module->GUI module asks for authetication through API > gateway(ESB)->our web app->asks shiro to autheticate user(native session > mode) > > my question/need is to make this authetication as fast as posisble: > > We are using : > > 1. spring remoting > 3. Shiro > > > Please do reply as this is becoming critical point for our project. > > regards, > lev > -- > View this message in context: > http://n2.nabble.com/We-need-fastest-authetication-tp4203510p4203510.html > Sent from the Shiro User mailing list archive at Nabble.com. >
