Programatically querying security realm

2007-03-02 Thread Aman Nanner/MxI Technologies
Hi, I have a custom security realm defined that uses a database login module. What I would like to do is, from a custom GBean, query the realm/login-module somehow to test if a given username/password is valid. So I will have a username string and a password string, and I would like to validate

Re: Programatically querying security realm

2007-03-02 Thread David Jencks
On Mar 2, 2007, at 7:28 AM, Aman Nanner/MxI Technologies wrote: Hi, I have a custom security realm defined that uses a database login module. What I would like to do is, from a custom GBean, query the realm/login-module somehow to test if a given username/password is valid. So I will