Hi Anil,
Can you tell me which jboss library(jar) i need to include in my classpath in order to compile the below code:
SecurityClient client = SecurityClientFactory.getSecurityClient();
client.setSimple(principal,cred);
client.login();
Thanks
Anil Mathew