0 Replies Latest reply on Jul 12, 2010 11:42 PM by amathewjboss1 Branched from an earlier discussion.

    Which jar contains SecurityClient

    amathewjboss1

      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