Class NtlmAuthenticationFeature

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

public class NtlmAuthenticationFeature extends Object implements javax.ws.rs.core.Feature
Feature to provide NTLM authentication to REST client calls.

Properties of this feature:

  • username: mandatory
  • password: mandatory
  • NTLM.workstation: optional
  • NTLM.domain: optional
Since:
7.1
API:
This is a public API.