0 Replies Latest reply on Jul 13, 2005 8:45 PM by bsheward

    How can I get the username when using BASIC auth-method

      Hi,

      I read about securing the endpoints on the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint, but I was wondering, is there any way in the session bean that I can find out the username and password which was used to access the endpoint when using the BASIC/CONFIDENTIAL auth-method/transport-guarantee?

       <port-component>
       <port-component-name>OrgEndpoint</port-component-name>
       <port-component-uri>/orgainization/*</port-uri>
       <auth-method>BASIC</auth-method>
       <transport-guarantee>CONFIDENTIAL</transport-gaurantee>
       </port-component>
      


      I wondered if something in the SessionContext might help?

      Thanks and Regards,

      Barry