throw new IllegalStateException("Error creating class: " + moduleClass, e);
}
this.install(module);
}
HttpStrategy httpStrategy = new InstrumentedApacheHttpStrategy();
bind(HttpStrategy.class).toInstance(httpStrategy);
bind(AuthenticationTokenValidator.class).toProvider(PlatformLayerAuthAdminClient.Provider.class).in(
Scopes.SINGLETON);