B C D G I P R S T W X 
All Classes All Packages

B

build() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationInterceptor
 

C

closeService() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 
com.adaptris.interlok.azure.cosmosdb - package com.adaptris.interlok.azure.cosmosdb
Components for interacting with Azure CosmosDB.
CosmosAuthorizationHeader - Class in com.adaptris.interlok.azure.cosmosdb
Builds an authorization header for Azure CosmosDB from an explicit ResourceID / ResourceType
CosmosAuthorizationHeader() - Constructor for class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
CosmosAuthorizationHeaderFromUrl - Class in com.adaptris.interlok.azure.cosmosdb
Builds an authorization header for Azure CosmosDB from a URL.
CosmosAuthorizationHeaderFromUrl() - Constructor for class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
 
CosmosAuthorizationHeaderImpl - Class in com.adaptris.interlok.azure.cosmosdb
Abstract base class for generating Authorization headers.
CosmosAuthorizationHeaderImpl() - Constructor for class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 
CosmosAuthorizationInterceptor - Class in com.adaptris.interlok.azure.cosmosdb
 
CosmosAuthorizationInterceptor() - Constructor for class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationInterceptor
 

D

DEFAULT_DATE_FORMAT - Static variable in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
The default date format: "EEE, dd MMM yyyy HH:mm:ss z".
DEFAULT_METADATA_KEY - Static variable in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The default metadata key for the CosmosAuthorizationHeaderImpl.setTargetKey(String); set to be "Authorization".
DEFAULT_TIMEZONE - Static variable in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
doService(AdaptrisMessage) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
doService(AdaptrisMessage) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
 

G

getCosmosEndpointUrl() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
The Cosmos URL Endpoint that you will be hitting with your REST request.
getDateFormat() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
Override the default date format.
getHttpVerb() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The Verb portion of the hashed token signature is the HTTP verb, such as GET, POST, or PUT.
getMasterKey() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
Your master key token.
getMasterKey() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationInterceptor
Your master key token.
getResourceId() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
The ResourceLink portion of the string is the identity property of the resource that the request is directed at and is case sensitive.
getResourceID(URL) - Static method in class com.adaptris.interlok.azure.cosmosdb.ResourceTypeHelper
Parsing the ResourceID out of the URL.
getResourceType() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
The ResourceType portion of the string identifies the type of resource that the request is for, Eg.
getResourceType(URL) - Static method in class com.adaptris.interlok.azure.cosmosdb.ResourceTypeHelper
Parsing the ResourceType out of the URL.
getResourceTypes() - Static method in class com.adaptris.interlok.azure.cosmosdb.ResourceTypeHelper
Used by the InputFieldHint annotation for type-ahead.
getTargetKey() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The metadata key that will hold the Authorization output.
getTimezone() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
Set the timezone as required.

I

initService() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 

P

prepare() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
prepare() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
 
prepare() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 
process(HttpRequest, HttpContext) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationInterceptor
 

R

ResourceTypeHelper - Class in com.adaptris.interlok.azure.cosmosdb
This is to assist the UI with type-ahead on the ResourceTypes/ResourceSegments
ResourceTypeHelper() - Constructor for class com.adaptris.interlok.azure.cosmosdb.ResourceTypeHelper
 

S

setCosmosEndpointUrl(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
The Cosmos URL Endpoint that you will be hitting with your REST request.
setDateFormat(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
Override the default date format.
setHttpVerb(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The Verb portion of the hashed token signature is the HTTP verb, such as GET, POST, or PUT.
setMasterKey(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
Your master key token.
setMasterKey(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationInterceptor
Your master key token.
setResourceId(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
The ResourceLink portion of the string is the identity property of the resource that the request is directed at and is case sensitive.
setResourceType(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
The ResourceType portion of the string identifies the type of resource that the request is for, Eg.
setTargetKey(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The metadata key that will hold the Authorization output.
setTimezone(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
Set the timezone as required.

T

targetKey() - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 

W

withCosmosEndpointUrl(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderFromUrl
 
withHttpVerb(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 
withMasterKey(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 
withResourceId(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
withResourceType(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeader
 
withTargetKey(String) - Method in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
 

X

X_MS_DATE - Static variable in class com.adaptris.interlok.azure.cosmosdb.CosmosAuthorizationHeaderImpl
The "x-ms-date" header, added as metadata by the services.
B C D G I P R S T W X 
All Classes All Packages