Modifier and Type | Method and Description |
---|---|
Credentials |
WebServiceRequest.getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding
the default credentials set at the client level.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceRequest.setRequestCredentials(Credentials credentials)
Sets the optional credentials to use for this request, overriding the
default credentials set at the client level.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCredentials
Basic implementation of the Credentials interface that allows callers to pass
in the access key and secret access in the constructor.
|
class |
PropertiesCredentials
Simple implementation Credentials that reads in access keys from a properties
file.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsProvider.getCredentials()
Returns Credentials which the caller can use to authorize an request.
|
protected Credentials |
AbstractSigner.sanitizeCredentials(Credentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
protected Credentials |
AbstractStringSigner.sanitizeCredentials(Credentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
Modifier and Type | Method and Description |
---|---|
protected Credentials |
AbstractSigner.sanitizeCredentials(Credentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
protected Credentials |
AbstractStringSigner.sanitizeCredentials(Credentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
void |
Signer.sign(Request<?> request,
Credentials credentials) |
String |
StringSigner.sign(String stringToSign,
Credentials credentials) |
Modifier and Type | Method and Description |
---|---|
Credentials |
ExecutionContext.getCredentials()
Returns the optional credentials used to sign the associated request.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setCredentials(Credentials credentials)
Sets the optional credentials used to sign the associated request.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
StaticCredentialsProvider.getCredentials() |
Constructor and Description |
---|
StaticCredentialsProvider(Credentials credentials) |
Constructor and Description |
---|
NosClient(Credentials Credentials)
Constructs a new NOS client using the specified credentials to access NOS.
|
NosClient(Credentials Credentials,
ClientConfiguration clientConfiguration)
Constructs a new NOS client using the specified credentials and client configuration to access NOS.
|
Modifier and Type | Method and Description |
---|---|
void |
NosSigner.sign(Request<?> request,
Credentials credentials) |
void |
NosQueryStringSigner.sign(Request<?> request,
Credentials credentials) |
String |
NosStringSigner.sign(String stringToSign,
Credentials credentials) |
Constructor and Description |
---|
TransferManager(Credentials credentials)
Constructs a new
TransferManager and Nos client using the
specified security credentials. |
Copyright © 2017. All Rights Reserved.