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

A

AbstractGoogleClientAdaptee<C,M> - Class in org.ctoolkit.restapi.client.adapter
The base adaptee implementation.
AbstractGoogleClientAdaptee(C) - Constructor for class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
acceptLanguage(AbstractGoogleJsonClientRequest, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
Accept optional language.
acceptLanguage(HttpHeaders, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
Accept optional language.
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
 
build() - Method in class org.ctoolkit.restapi.client.adapter.PatchRequestImpl
 

C

client() - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
Constants - Interface in org.ctoolkit.restapi.client.adapter
Constants.
Credential - Annotation Type in org.ctoolkit.restapi.client.googleapis
The annotation used differentiate configurations as credential specific.

D

DEFAULT_APP_NAME - Static variable in interface org.ctoolkit.restapi.client.adapter.Constants
 
delete(Class<T>, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
delete(Class<T>, String) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
delete(Class<T>, Long) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
DeleteRequest - Class in org.ctoolkit.restapi.client.adapter
The DELETE request implementation that delegates callback to related adapter.

E

eventBus - Variable in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
execute(Object) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.DeleteRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.DeleteRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.DeleteRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.DeleteRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.GetRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.GetRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.GetRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.GetRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.InsertRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.InsertRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.InsertRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.InsertRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
execute(int, int) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.NewInstanceRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.NewInstanceRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.NewInstanceRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.NewInstanceRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.PatchRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequest
 
execute() - Method in class org.ctoolkit.restapi.client.adapter.UpdateRequest
 
execute(Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.UpdateRequest
 
execute(Locale) - Method in class org.ctoolkit.restapi.client.adapter.UpdateRequest
 
execute(Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.UpdateRequest
 

F

fill(AbstractGoogleJsonClientRequest, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
fillCriteria(AbstractGoogleJsonClientRequest, Map<String, Object>) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
Fill optional resource parameters or criteria.

G

get(Object) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
get(Object, Map<String, Object>, Locale, Date) - Method in class org.ctoolkit.restapi.client.adapter.GetCachedResourceProvider
 
get(Class<T>, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
get(Class<T>, String) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
get(Class<T>, Long) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
getApiKey(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setApiKey(String) or defined by property file.
getApplicationName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setApplicationName(String) or defined by property file.
GetCachedResourceProvider<T> - Class in org.ctoolkit.restapi.client.adapter
The resource provider that caches the instance where instance identifier is being treated as a string type cache key + optional locale.
GetCachedResourceProvider(Cache) - Constructor for class org.ctoolkit.restapi.client.adapter.GetCachedResourceProvider
 
getClientId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setClientId(String) or defined by property file.
getEndpointUrl(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.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.
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 GoogleApiCredential.setFileName(String) or defined by property file.
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 GoogleApiCredential.setNumberOfRetries(int) or defined by property file.
getProjectId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setProjectId(String) or defined by property file.
getRequest() - Method in class org.ctoolkit.restapi.client.adapter.BeforeRequestEvent
 
GetRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The GET request implementation that delegates callback to related adapter.
getServiceAccountEmail(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setServiceAccountEmail(String) or defined by property file.
getServiceAccountPrivateKeyP12Resource(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
getServiceAccountPrivateKeyP12Stream(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
 
GoogleApiCredential - Class in org.ctoolkit.restapi.client.googleapis
The Google API credential holder represents a map of credential used to authenticate client calls to APIs.
GoogleApiCredential() - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Creates default credential used to authenticate all calls unless specified another instance for a specific API.
GoogleApiCredential(String) - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Creates specific credential used to authenticate calls to a specific API.
GoogleApiCredential(Properties) - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Creates credential map used to authenticate API calls.
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) - Constructor for class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Create factory instance.

I

identifier(Identifier) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequestImpl
 
IDENTITY_GTOKEN - Static variable in interface org.ctoolkit.restapi.client.adapter.Constants
The identity toolkit default token cookie name.
InputStreamMediaProvider - Class in org.ctoolkit.restapi.client.adapter
The concrete implementation that works with AbstractInputStreamContent.
InputStreamMediaRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The concrete implementation that works with AbstractInputStreamContent.
InputStreamUploadMediaRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The concrete implementation that works with AbstractInputStreamContent.
insert() - Method in class org.ctoolkit.restapi.client.adapter.InputStreamUploadMediaRequest
 
insert(Identifier) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamUploadMediaRequest
 
insert(T) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
insert(T, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
InsertRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The INSERT request implementation that delegates callback to related adapter.
isCredentialOn(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
Returns value set by GoogleApiCredential.setCredentialOn(boolean) or defined by property file.

L

list(Map<String, Object>, Locale, Date) - Method in class org.ctoolkit.restapi.client.adapter.GetCachedResourceProvider
 
list(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
list(Class<T>, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
ListRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The LIST request implementation that delegates callback to related adapter.

M

media(MediaProvider<?>) - Method in class org.ctoolkit.restapi.client.adapter.AbstractGoogleClientAdaptee
 
media() - Method in class org.ctoolkit.restapi.client.adapter.InputStreamMediaProvider
 
media(T) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 

N

newInstance(Class<T>) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
newInstance(Class<T>, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
NewInstanceRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The NEW request implementation that delegates callback to related adapter.

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.
OboIdentityTokenSubscriber - Class in org.ctoolkit.restapi.client.adapter
The identity toolkit token subscriber implementation to forward cookie token to backend via header.
OboIdentityTokenSubscriber(EventBus, Provider<HttpServletRequest>) - Constructor for class org.ctoolkit.restapi.client.adapter.OboIdentityTokenSubscriber
 
onBeforeRequestEvent(BeforeRequestEvent) - Method in class org.ctoolkit.restapi.client.adapter.OboIdentityTokenSubscriber
 
org.ctoolkit.restapi.client.adapter - package org.ctoolkit.restapi.client.adapter
 
org.ctoolkit.restapi.client.googleapis - package org.ctoolkit.restapi.client.googleapis
 

P

patch(Patch<T>, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
patch(Class<S>) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
PatchRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The PATCH request implementation that delegates callback to related adapter.
PatchRequestImpl<R> - Class in org.ctoolkit.restapi.client.adapter
The PATCH request implementation that collects input parameters and then delegates a callback to related adapter.
persist(T, Object, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.GetCachedResourceProvider
 
persistList(List<T>, Map<String, Object>, Locale) - Method in class org.ctoolkit.restapi.client.adapter.GetCachedResourceProvider
 

Q

query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.DeleteRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.GetRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.InsertRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.NewInstanceRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequest
 
query(Class<Q>) - Method in class org.ctoolkit.restapi.client.adapter.UpdateRequest
 

R

resource(Object) - Method in class org.ctoolkit.restapi.client.adapter.PatchRequestImpl
 
ResourceFacadeAdapter - Class in org.ctoolkit.restapi.client.adapter
The resource facade implementation as adapter.
ResourceFacadeAdapter(MapperFacade, MapperFactory, ResourceProviderInjector) - Constructor for class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
ResourceProviderInjector - Interface in org.ctoolkit.restapi.client.adapter
The LocalResourceProvider injector abstraction to shade from the concrete implementation of the injection.

S

setApiKey(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the API Key to be used with any API that supports it.
setApplicationName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the name of the client application.
setClientId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the Google API OAuth 2.0 Client ID Credential.
setCredentialOn(boolean) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the boolean identification whether current environment should use these credential in order to authenticate client calls or use cloud native environment for authentication.
setEndpointUrl(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the backend service API endpoint URL to be called.
setFileName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the path name to the private key file.
setFirstResult(int) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
setMaxResults(int) - Method in class org.ctoolkit.restapi.client.adapter.ListRequest
 
setNumberOfRetries(int) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the number of retries that will be allowed to execute before the request will be terminated or 0 to not retry requests.
setProjectId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the Google Cloud Project ID also known as applicationId (AppId).
setServiceAccountEmail(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiCredential
Sets the service account ID (typically an e-mail address).

U

update(Identifier) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamUploadMediaRequest
 
update(T, Identifier) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
update(T, String) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
update(T, Long) - Method in class org.ctoolkit.restapi.client.adapter.ResourceFacadeAdapter
 
UpdateRequest<T> - Class in org.ctoolkit.restapi.client.adapter
The UPDATE request implementation that delegates callback to related adapter.
upload(File, String) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamMediaRequest
 
upload(InputStream, String) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamMediaRequest
 
upload(byte[], String) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamMediaRequest
 
upload(byte[], int, int, String) - Method in class org.ctoolkit.restapi.client.adapter.InputStreamMediaRequest
 
A B C D E F G I L M N O P Q R S U 

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