Uses of Interface
com.softlayer.api.http.HttpCredentials
-
Packages that use HttpCredentials Package Description com.softlayer.api.http -
-
Uses of HttpCredentials in com.softlayer.api.http
Classes in com.softlayer.api.http that implement HttpCredentials Modifier and Type Class Description class
HttpBasicAuthCredentials
HTTP basic authorization support for username and API keyMethods in com.softlayer.api.http with parameters of type HttpCredentials Modifier and Type Method Description abstract HttpClient
HttpClientFactory. getHttpClient(HttpCredentials credentials, String method, String fullUrl, Map<String,List<String>> headers)
Get the HTTP client for the given request information.
-