public class AzureManagementRestClientModule extends RestClientModule<AzureManagementApi,AzureManagementAsyncApi>
Modifier and Type | Field and Description |
---|---|
static Map<Class<?>,Class<?>> |
DELEGATE_MAP |
asyncClientType, syncClientType
authException, sync2Async, URI_SUPPLIER_TYPE
Constructor and Description |
---|
AzureManagementRestClientModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
protected KeyStore |
provideKeyStore(Crypto crypto,
String cert,
String keyStorePassword)
TODO copied from FGCP, should be put in a common place
|
bindAsyncClient, bindClient, bindErrorHandlers, bindRetryHandlers
delegationMap, installLocations, seedAnnotationCache, timeouts
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
protected void configure()
configure
in class RestClientModule<AzureManagementApi,AzureManagementAsyncApi>
@Provides @Singleton protected KeyStore provideKeyStore(Crypto crypto, String cert, String keyStorePassword) throws KeyStoreException, IOException, NoSuchAlgorithmException, CertificateException, InvalidKeySpecException
Copyright © 2009-2013 jclouds. All Rights Reserved.