Class HttpDigestAuthenticationFeature

java.lang.Object
ch.ivyteam.ivy.rest.client.authentication.HttpDigestAuthenticationFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

public class HttpDigestAuthenticationFeature extends Object implements javax.ws.rs.core.Feature
Authenticates the client with HTTP-Digest by adding the headers to the REST request. The credentials must be provided with the properties 'username' and 'password'.
Since:
6.1.1
API:
This is a public API.