public class BasicHttpAuthorization
extends java.lang.Object
| Constructor and Description |
|---|
BasicHttpAuthorization(int userId,
java.lang.String apiKey)
Basic HTTP authorization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the basic authorization as a base64 coded text.
|
public BasicHttpAuthorization(int userId,
java.lang.String apiKey)
userId - handler customer number, used as loginapiKey - handler API key defined in control center, used as password