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#3967776

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967776
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to