| SecurityClient client = SecurityClientFactory.getSecurityClient();
  | client.setSimple("anil", "mypass");
  | 
  | or
  | 
  | client.setJaas("other", mycallbackhandler);
  | 
  | client.login();
  | 
  | 

http://anonsvn.jboss.org/repos/jbossas/projects/security/security-spi/tags/2.0.2.GA/spi/src/main/org/jboss/security/client/

The above is a tested/suggested approach.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187966#4187966

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

Reply via email to