1 Reply Latest reply on Mar 17, 2009 9:01 AM by kc7bfi

    Using JBoss Negotiate wit RestEasy servlets

    kc7bfi

      What I want to do is use the JBoss Negotiate tools to secure a RestEasy servlet. I am not concerned with authorization but I am interested in authenticating the user to the RestEasy servlet. I have looked at the Negotiate code and it provides good documentation of interfacing it with IE or FF, but I will have a Java program accessing the REST interface. What I want to know is how to programmaticly interact with the Negotiate tools from a Java program. Any thoughts? Am I unclear or missing something?

      Thanks, David

        • 1. Re: Using JBoss Negotiate wit RestEasy servlets
          kc7bfi

          To clarify, I want to use a Java program to request data from a REST servlet. I am assuming that the JBoss Negotiate tools use tokens stored in the HTTP header (correct?). Is there any further documentation on setting this up? Thanks, David