Class HttpBasicAuthenticationFeature

java.lang.Object
ch.ivyteam.ivy.webservice.exec.cxf.feature.HttpBasicAuthenticationFeature
All Implemented Interfaces:
WebServiceClientFeature

public class HttpBasicAuthenticationFeature extends Object implements WebServiceClientFeature
Authenticates the client with HTTP-Basic by adding the headers to the SOAP request.
The credentials must be provided with the following properties:
  • 'username' and
  • 'password'
Since:
7.1
API:
This is a public API.