Package org.apache.commons.httpclient
Interface Credentials
-
- All Known Implementing Classes:
NTCredentials
,UsernamePasswordCredentials
@Deprecated public interface Credentials
Deprecated.Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.Authentication credentials.
This is just a marker interface, the current implementation has no methods.