Class HttpDigestAuthenticationFeature

  • All Implemented Interfaces:
    WebServiceClientFeature

    public class HttpDigestAuthenticationFeature
    extends Object
    implements WebServiceClientFeature
    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'
    Since:
    7.1
    API:
    This is a public API.