Package com.softlayer.api.http
Class HttpBasicAuthCredentials
- java.lang.Object
-
- com.softlayer.api.http.HttpBasicAuthCredentials
-
- All Implemented Interfaces:
HttpCredentials
public class HttpBasicAuthCredentials extends Object implements HttpCredentials
HTTP basic authorization support for username and API key
-
-
Method Detail
-
getHeader
public String getHeader()
Gets the encoded representation of the basic authentication credentials for use in an HTTP Authorization header.- Returns:
- String
-
-