public class SignatureAuthMethod extends AbstractAuthMethod
| Modifier and Type | Field and Description |
|---|---|
int |
SORT_KEY |
| Constructor and Description |
|---|
SignatureAuthMethod(java.lang.String apiKey,
java.lang.String secret) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.RequestBuilder |
apply(org.apache.http.client.methods.RequestBuilder request) |
int |
getSortKey() |
applyAsBasicAuth, applyAsJsonProperties, compareTopublic final int SORT_KEY
public SignatureAuthMethod(java.lang.String apiKey, java.lang.String secret)
public org.apache.http.client.methods.RequestBuilder apply(org.apache.http.client.methods.RequestBuilder request)
public int getSortKey()
getSortKey in interface AuthMethodgetSortKey in class AbstractAuthMethod