You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2006/07/06 14:49:30 UTC

[jira] Updated: (AXIS2-656) Support for basic authentication

     [ http://issues.apache.org/jira/browse/AXIS2-656?page=all ]

Amila Chinthaka Suriarachchi updated AXIS2-656:
-----------------------------------------------

    Attachment: HttpBasicAuthHandler_patch.txt

Added a handler called HttpBasicAuthHandler to retriew the Http Basic Authentication details from the massage context and to put user name and password as seperate parameters. 

This will be a convenient feature for anyone who is going to access the user name and password.

> Support for basic authentication
> --------------------------------
>
>          Key: AXIS2-656
>          URL: http://issues.apache.org/jira/browse/AXIS2-656
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: client-api
>     Reporter: Petri Hakala
>     Priority: Minor
>  Attachments: HttpBasicAuthHandler_patch.txt
>
> There is no support for basic authentication when making webservice calls via ServiceClient class. I see there is basic authentication support for proxy server but not for direct connection.
> It would be nice to have something following:
> ServiceClient client = new ServiceClient();
> client.getOptions().setUsername("username");
> client.getOptions().setPassword("password");
> Axis 1.3 have these in class org.apache.axis.client.Stub.
> -pete-

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org