- 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
-
- getApplicationName(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
- 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
-
- getEndpointUrl(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
- 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
-
- 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
-
- getProjectId(String) - Method in class org.ctoolkit.restapi.client.googleapis.GoogleApiProxyFactory
-
- 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
-
- 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.