registry.addHandler(thriftConnectorJsonRpcHandler(), "/thrift");
}
@Bean
public JsonRpcProperties jsonRpcProperties() {
JsonRpcProperties configuration = new JsonRpcProperties();
// Official FI-WARE OAuth server: http://cloud.lab.fi-ware.org
configuration.setKeystoneHost(env.getProperty("oauthserver.url", ""));
return configuration;
}