Hey Everyone -

 

I've written a simple login module that I've configured to run from a
Struts Action class and it appears to be working wonderfully -
authentication takes place and principal/credentials are returned.
However, I can't get any of this information back when I call
isUserInRole and getUserPrinical.  How can I store the
principals/credentials with the server such that these methods will
start returning the appropriate information?  

 

Or does authentication need to take place via a Realm for these methods
to work?

 

TIA,

Alan

 

Reply via email to