Re: kinda sort-of stuck

2012-08-16 Thread Jaypax Ginete
Hi Kalle thanks for replying. I know that my doGetAuthenticationInfo() and doGetAuthorizationInfo() methods are getting called. So I will look at my login code but I will revisit this project another time. I'm being re-assigned to a different project. Jay On 8/16/2012 10:20 AM, Kalle Korhonen

Re: kinda sort-of stuck

2012-08-15 Thread Kalle Korhonen
Won't authenticate or won't authorize? Have you debugged it, i.e. are your doGetAuthenticationInfo() and doGetAuthorizationInfo() invoked? If they don't (and the realm is properly contributed), then the problem is with your login code. The system finds the right realm by a matching token class, so