Class HttpBasicOrDigestAuthenticationFeature

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

public class HttpBasicOrDigestAuthenticationFeature extends Object implements javax.ws.rs.core.Feature
Authenticates the client with either HTTP-Basic or HTTP-Digest. The credentials must be provided with the properties 'username' and 'password'.
Since:
6.1.1
API:
This is a public API.