![JAR search and dependency download from the Maven repository](/logo.png)
com.softlayer.api.http.HttpCredentials Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.http;
/** Base interface for all accepted HTTP credentials */
public interface HttpCredentials {
String getHeader();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy