Good Day,
You need to use the ClientLoginModule from JBoss on the client side to associate the
UserName and Password with calls that will be made to the JBoss Application Server.
Example:
| client {
| org.jboss.security.ClientLoginModule required;
| //CustomLoginModule here
| };
|
Regards,
Mark P Ashworth
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967776#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...