Package | Description |
---|---|
org.jclouds.abiquo.http.filters | |
org.jclouds.atmos.filters | |
org.jclouds.aws.filters | |
org.jclouds.aws.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
org.jclouds.azure.storage.filters | |
org.jclouds.azurecompute.arm.filters | |
org.jclouds.b2.filters | |
org.jclouds.chef.filters | |
org.jclouds.cloudstack.filters | |
org.jclouds.dynect.v3.filters | |
org.jclouds.http | |
org.jclouds.http.filters | |
org.jclouds.oauth.v2.filters | |
org.jclouds.openstack.filters | |
org.jclouds.openstack.trove.v1.filters | |
org.jclouds.packet.filters | |
org.jclouds.profitbricks.http.filters | |
org.jclouds.rest.internal | |
org.jclouds.route53.filters | |
org.jclouds.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
org.jclouds.snia.cdmi.v1.filters | |
org.jclouds.ultradns.ws.filters |
Modifier and Type | Class and Description |
---|---|
class |
AbiquoAuthentication
Authenticates using Basic Authentication or a generated token from previous
API sessions.
|
class |
AppendApiVersionToMediaType
Appends the api version to the Abiquo mime types to ensure the input and
output of api calls will be in the desired format.
|
Modifier and Type | Class and Description |
---|---|
class |
SignRequest
Signs the EMC Atmos Online Storage request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FormSigner |
Modifier and Type | Class and Description |
---|---|
static class |
FormSigner.FormSignerV2 |
class |
FormSignerV4 |
Modifier and Type | Class and Description |
---|---|
class |
AWSRequestAuthorizeSignature
Signs the AWS S3 request, supporting temporary signatures.
|
class |
AWSRequestAuthorizeSignatureV4
Signs the AWS S3 request, supporting temporary signatures.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedKeyLiteAuthentication
Signs the Azure Storage request.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiVersionFilter
Allow users to customize the api versions for each method call.
|
Modifier and Type | Class and Description |
---|---|
class |
B2RetryHandler |
class |
RequestAuthorization |
class |
RequestAuthorizationDownload |
Modifier and Type | Class and Description |
---|---|
class |
SignedHeaderAuth
Ported from mixlib-authentication in order to sign Chef requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationFilter
Marker interface that determines how we authenticate http requests in cloudstack.
|
Modifier and Type | Class and Description |
---|---|
class |
AddSessionKeyAndJSessionIdToRequest |
class |
QuerySigner |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysAddContentType
DynECT requires Content-Type even on GET requests.
|
class |
SessionManager
This class manages session interactions, including grabbing latest from the
cache, and invalidating upon 401 If the credentials supplied in the
authentication header are invalid, or if the token has expired, the server
returns HTTP response code 401.
|
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableList.Builder<HttpRequestFilter> |
HttpRequest.Builder.filters |
Modifier and Type | Method and Description |
---|---|
List<HttpRequestFilter> |
HttpRequest.getFilters() |
Modifier and Type | Method and Description |
---|---|
T |
HttpRequest.Builder.filter(HttpRequestFilter filter) |
Modifier and Type | Method and Description |
---|---|
T |
HttpRequest.Builder.filters(Iterable<HttpRequestFilter> filters) |
Constructor and Description |
---|
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthentication
Uses Basic Authentication to sign the request.
|
class |
ConnectionCloseHeader |
class |
StripExpectHeader |
Modifier and Type | Interface and Description |
---|---|
interface |
OAuthFilter
Indicates use of auth mechanism according to {@link org.jclouds.oauth.v2.config.OAuthProperties#CREDENTIAL_TYPE).
|
Modifier and Type | Class and Description |
---|---|
class |
BearerTokenFromCredentials
When the user supplies
CredentialType.BEARER_TOKEN_CREDENTIALS , the credential
is a literal bearer token. |
class |
ClientCredentialsJWTBearerTokenFlow
Authorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.
|
class |
ClientCredentialsSecretFlow
Authorizes new Bearer Tokens at runtime by sending up for the http request.
|
class |
JWTBearerTokenFlow
Authorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.
|
Modifier and Type | Class and Description |
---|---|
class |
AddTimestampQuery
Adds a timestamp to the query line so that cache is invalidated.
|
class |
AuthenticateRequest
Signs the Rackspace request.
|
Modifier and Type | Class and Description |
---|---|
class |
EncodeDotsForUserGet
Encodes "." as %2e when getting a user with restricted hostname
|
Modifier and Type | Class and Description |
---|---|
class |
AddApiVersionToRequest |
class |
AddXAuthTokenToRequest |
Modifier and Type | Class and Description |
---|---|
class |
ProfitBricksSoapMessageEnvelope
Filters
HttpRequest request and wraps request body into SOAP envelope. |
Constructor and Description |
---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller) |
Modifier and Type | Class and Description |
---|---|
class |
RestAuthentication
Signs the Route53 request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestAuthorizeSignature
Signs the S3 request.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestAuthorizeSignatureV2
AWS Sign V2
|
class |
RequestAuthorizeSignatureV4 |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticationAndTenantId
Uses Basic Authentication to sign the request, and adds the
TID header. |
class |
StripExtraAcceptHeader
current CDMI spec doesn't indicate the form of the response.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPWrapWithPasswordAuth |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.