Package | Description |
---|---|
com.hellosign.sdk | |
com.hellosign.sdk.http |
Modifier and Type | Method and Description |
---|---|
protected Authentication |
HelloSignClient.getAuth()
Retrieves the authentication details being used by this client.
|
Modifier and Type | Method and Description |
---|---|
void |
HelloSignClient.setAuthentication(Authentication auth)
Allows overriding of the authentication mechanism.
|
Constructor and Description |
---|
HelloSignClient(Authentication auth)
Creates a new HelloSign client using then given Authentication object.
|
HelloSignClient(HttpClient client,
Authentication auth)
Default constructor for injection of dependencies (testing).
|
Modifier and Type | Field and Description |
---|---|
protected Authentication |
AbstractHttpRequest.auth |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.withAuth(Authentication auth) |
Constructor and Description |
---|
Authentication(Authentication clone) |
HttpDeleteRequest(String url,
Authentication auth) |
HttpGetRequest(String url,
Authentication auth)
Constructor
|
HttpGetRequest(String url,
Map<String,String> parameters,
Authentication auth)
Constructor
|
HttpPostRequest(String url,
Authentication auth)
Constructor
|
HttpPostRequest(String url,
Map<String,Serializable> fields,
Authentication auth)
Constructor
|
HttpPutRequest(String url,
Authentication auth) |
HttpPutRequest(String url,
Map<String,Serializable> fields,
Authentication auth) |
Copyright © 2017 HelloSign. All rights reserved.