public class KeystoneHttpApiModule extends HttpApiModule<KeystoneApi>
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneHttpApiModule.KeystoneAdminURLModule |
api
authException
Constructor and Description |
---|
KeystoneHttpApiModule() |
Modifier and Type | Method and Description |
---|---|
static com.google.inject.multibindings.MapBinder<URI,URI> |
aliasBinder(com.google.inject.Binder binder) |
protected void |
bindErrorHandlers()
overrides this to change the default error handlers for the http engine
ex.
|
protected void |
configure() |
com.google.common.cache.LoadingCache<String,Set<? extends Extension>> |
provideExtensionsByRegion(javax.inject.Provider<KeystoneApi> keystoneApi) |
bindRetryHandlers
installLocations
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public static com.google.inject.multibindings.MapBinder<URI,URI> aliasBinder(com.google.inject.Binder binder)
protected void configure()
configure
in class HttpApiModule<KeystoneApi>
@Provides @Singleton public com.google.common.cache.LoadingCache<String,Set<? extends Extension>> provideExtensionsByRegion(javax.inject.Provider<KeystoneApi> keystoneApi)
protected void bindErrorHandlers()
HttpApiModule
bind(HttpErrorHandler.class).annotatedWith(Redirection.class).to(ParseAWSErrorFromXmlContent.class); bind(HttpErrorHandler.class).annotatedWith(ClientError.class).to(ParseAWSErrorFromXmlContent.class); bind(HttpErrorHandler.class).annotatedWith(ServerError.class).to(ParseAWSErrorFromXmlContent.class);
bindErrorHandlers
in class HttpApiModule<KeystoneApi>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.