Verify WM User Credentials using JSP

Is there any process of verifying user credentials using webMethods authentication process from a java program or a JSP.The pluggable authentication is of no help as requires the usage of third party storage mechanism (e.g. LDAP or any DB table ,which is what i want to avoid).

Has anybody worked on UGClass/Credential/User/Group classes provided by webMethods and can the same be used to tackle the problem that i
have.
Please suggest

Hi,

I really don’t know how to access webMethods internal security classes.

A stupid solution could be to actually invoke a simple WM service passing user/password as wm credentials. Wm will refuse the connection if requested credentials are wrong…

what do u think about it?

Regards
sorin