Shah, Kalpesh wrote:

>I am using JBOSS 3.0. I found that there is a way in JBOSS in which you can
>override the 
>default login module.

>Since I am relatively new to slide, can you point me is there any standard
>API in slide by which we can retrieve the user id and password ?

The password is stored as a property, so you just need to retrieve the
NodeRevisionDescriptor for the user node, and get the property
(the property name is "password", and the namespace is the Slide namespace
NodeProperty.SLIDE_NAMESPACE).

Assuming authentication works the same way in JBoss 3.0, the getIdentity()
method of the login module class returns the user name.

-- 
Adam Fitzpatrick

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to