[jboss-user] [Security & JAAS/JBoss] - Re: JAAS to JBoss

info@connext.co.za do-not-reply at jboss.com
Mon Aug 28 05:42:10 EDT 2006


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



More information about the jboss-user mailing list