A B C D E F G I L M N O R U 

A

AbstractDeleteExecutorAdaptee<C,M> - Class in org.ctoolkit.restapi.client.adapter
The base Google client specific implementation of the DeleteExecutorAdaptee.
AbstractDeleteExecutorAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractDeleteExecutorAdaptee
 
AbstractGetExecutorAdaptee<C,M> - Class in org.ctoolkit.restapi.client.adapter
The base Google client specific implementation of the GetExecutorAdaptee.
AbstractGetExecutorAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractGetExecutorAdaptee
 
AbstractGoogleClientAdaptee<C> - Class in org.ctoolkit.restapi.client.adapter
The base adaptee implementation.
AbstractGoogleClientAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
AbstractInsertExecutorAdaptee<C,M> - Class in org.ctoolkit.restapi.client.adapter
The base Google client specific implementation of the InsertExecutorAdaptee.
AbstractInsertExecutorAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractInsertExecutorAdaptee
 
AbstractUpdateExecutorAdaptee<C,M> - Class in org.ctoolkit.restapi.client.adapter
The base Google client specific implementation of the UpdateExecutorAdaptee.
AbstractUpdateExecutorAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractUpdateExecutorAdaptee
 
acceptLanguage(Locale) - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
Apply optional Accept-Language to this request headers.
AccessToken - Annotation Type in org.ctoolkit.restapi.client
The concrete API access token marker.
addHeader(String, String) - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
Add header to the request.
authorization(String) - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
Sets the "Authorization" header to this request.
authorize(Collection<String>, String, String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Creates the thread-safe Google-specific implementation of the OAuth 2.0.

B

BeforeRequestEvent - Class in org.ctoolkit.restapi.client.adapter
The event called right before call to the remote REST endpoint.
BeforeRequestEvent(HttpRequest) - Constructor for class org.ctoolkit.restapi.client.adapter.BeforeRequestEvent
 

C

client() - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
client(Class<C>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
configureHttpRequest(HttpRequest, int, int) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Configure HTTP request right before execution.
Constants - Interface in org.ctoolkit.restapi.client.adapter
Constants.
contentType(String) - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
Apply content type to this request headers.
Credential - Annotation Type in org.ctoolkit.restapi.client.googleapis
The annotation used differentiate configurations as credential.
CredentialApiToken - Class in org.ctoolkit.restapi.client.googleapis
Credential credential wrapper.
CredentialApiToken(Credential) - Constructor for class org.ctoolkit.restapi.client.googleapis.CredentialApiToken
 

D

delete(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
download(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 

E

eventBus - Variable in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
execute(Object, Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
Fill request with optional resource parameters and execute a remote call.
executeDelete(Object, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractDeleteExecutorAdaptee
 
executeGet(Object, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGetExecutorAdaptee
 
executeInsert(Object, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractInsertExecutorAdaptee
 
executeUpdate(Object, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractUpdateExecutorAdaptee
 

F

fill(Object, Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
Fill request with optional resource parameters added as URL query parameters.
fillInCredential(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
 

G

get(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
getApiKey(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setApiKey(String) or defined by property file.
getApplicationName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setApplicationName(String) or defined by property file.
getClientId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setClientId(String) or defined by property file.
getEndpointUrl(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setEndpointUrl(String) or defined by property file.
getExecutorAdaptee(Class<A>, Class<?>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
Returns the binding if it already exists, or null if does not exist.
getExistingListResourceProvider(Class<T>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
Returns the binding if it already exists, or null if does not exist.
getExistingResourceProvider(Class<T>) - Method in interface org.ctoolkit.restapi.client.adapter.ResourceProviderInjector
Returns the binding if it already exists, or null if does not exist.
getFileName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setFileName(String) or defined by property file.
getFileNameJsonStream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setFileNameJsonStream(String) or defined by property file.
getHeaders() - Method in class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
 
getHttpTransport() - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns singleton instance of the HTTP transport.
getJsonFactory() - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns singleton instance of the JSON factory.
getNumberOfRetries(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setNumberOfRetries(int) or defined by property file.
getProjectId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setProjectId(String) or defined by property file.
getReadTimeout(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setRequestReadTimeout(int) or defined by property file.
getRequest() - Method in class org.ctoolkit.restapi.client.adapter.BeforeRequestEvent
 
getServiceAccountEmail(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setServiceAccountEmail(String) or defined by property file.
getServiceAccountJsonStream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns the Google APIs service account key as JSON.
getServiceAccountPrivateKeyP12Resource(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
getServiceAccountPrivateKeyP12Stream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
getTokenData() - Method in class org.ctoolkit.restapi.client.googleapis.CredentialApiToken
 
GoogleApiProxyFactory - Class in org.ctoolkit.restapi.client.googleapis
The factory to build proxy instance to allow authenticated calls to Google APIs on behalf of the application instead of an end-user by OAuth 2.0.
GoogleApiProxyFactory(Map<String, String>, EventBus, AuthKeyProvider) - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Create factory instance.
GoogleRequestHeadersFiller - Class in org.ctoolkit.restapi.client.adapter
The class with convenient methods to populate HttpHeaders with values.
GoogleRequestHeadersFiller(Object) - Constructor for class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
 
GoogleRequestHeadersFiller(HttpHeaders) - Constructor for class org.ctoolkit.restapi.client.adapter.GoogleRequestHeadersFiller
 

I

IDENTITY_GTOKEN - Static variable in interface org.ctoolkit.restapi.client.adapter.Constants
The identity toolkit default token cookie name.
insert(T) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
insert(T, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
isCredentialOn(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setCredentialOn(boolean) or defined by property file.
isDisableGZipContent(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by ApiCredential.setDisableGZipContent(boolean) (boolean)} or defined by property file.
isJsonConfiguration(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 

L

list(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
list(Class<T>, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 

M

media(MediaProvider) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 

N

newInstance(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
newRequestConfig(String, HttpResponseInterceptor) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 

O

OBO_TOKEN - Static variable in interface org.ctoolkit.restapi.client.adapter.Constants
The identity toolkit token header name to forward it via facade call.
org.ctoolkit.restapi.client - package org.ctoolkit.restapi.client
 
org.ctoolkit.restapi.client.adapter - package org.ctoolkit.restapi.client.adapter
 
org.ctoolkit.restapi.client.googleapis - package org.ctoolkit.restapi.client.googleapis
 

R

ResourceProviderInjector - Interface in org.ctoolkit.restapi.client.adapter
The LocalResourceProvider injector abstraction to shade from the concrete implementation of the injection.
RestFacadeAdapter - Class in org.ctoolkit.restapi.client.adapter
The resource facade implementation as adapter.

U

update(T) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
upload(T) - Method in class org.ctoolkit.restapi.client.adapter.RestFacadeAdapter
 
A B C D E F G I L M N O R U 

Copyright © 2017 Comvai - TurnOnline.biz. All rights reserved.