Package ch.ivyteam.ivy.webservice.exec.cxf.feature


package ch.ivyteam.ivy.webservice.exec.cxf.feature
  • Classes
    Class
    Description
    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'
    Authenticates the client with HTTP-Digest by adding the headers to the SOAP request.
    The credentials must be provided with the following properties: 'username' and 'password'
    Web Service feature class to add support for Microsoft's NT LAN Manager (NTLM) client authentication.
    The credentials must be provided with the following properties: 'username', 'password' and 'NTLM.domain' (optional) 'NTLM.workstation' (optional) 'NTLM.challenge' (optional): default=true Note: This feature does not work in conjunction with feature ch.ivyteam.ivy.webservice.exec.cxf.feature.ProxyFeature.
    Sends the Web Service call through a proxy server.
    The proxy server settings can be provided with the following properties: 'proxy.host', 'proxy.port' 'proxy.nonProxyHosts' (optional)
    Authenticates the client with Web Service Security (WSS) - UsernameToken.