Class WSSecurityAuthenticationFeature

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

public class WSSecurityAuthenticationFeature extends Object implements WebServiceClientFeature
Authenticates the client with Web Service Security (WSS) - UsernameToken. The password is sent as plain text.
The credentials must be provided with the following properties:
  • 'username' and
  • 'password'

Hint: This feature can be used to call ivy web service process which are protected by 'WS Security':

  • Open the ivy web service process.
  • Double click on the process start.
  • Switch to tab 'Web Service'.
  • Click on 'Configure'.
Since:
7.1
API:
This is a public API.