Hi Les,

Thanks for this quicky :-), I appreciate that.


two short questions: 

1) does it make sense calling "if (!currentUser.isAuthenticated()) " when
using native sesison?
2) if "if (!currentUser.isAuthenticated()) " is always supposed to return
false in case of native session or i am i missing somehting here?

regards,


Les Hazlewood-2 wrote:
> 
> 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.
>>
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/We-need-fastest-authetication-tp4203510p4203772.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to