Tran-
 
SECURITY_PROVIDER is an attribute of MessageContext
Here is an example for you
Best Regards

Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
 

 
----- Original Message -----
From: Vinh Tran
Sent: Tuesday, August 08, 2006 8:12 PM
Subject: [Axis2] Client Digest Authentication

I am able to get basic authentication working with Axis2 but would now like to switch to digest.

 

With BASIC I do the following:

 

HttpTransportPorperties.BasicAuthentication basicAuth = new HttpBasicTransportProperties().new BasicAuthentication();

basicAuth.setUsername(_username);

basicAuth.setPassword(_password);

options.setproperty(org.apache.axis2.transport.http.HTTPConstants.BASIC_AUTHENTICATION, basicAuth);

 

How is this accomplished with DIGEST authentication? There doesn’t appear to be a DigestAuthentication class or an http constant HTTPConstants.DIGEST_AUTHENTICATION.

 

Thanks.

 

 

Reply via email to