use of com.sequenceiq.cloudbreak.client.ConfigKey in project cloudbreak by hortonworks.
the class CachedUserDetailsService method init.
@PostConstruct
public void init() {
ConfigKey configKey = new ConfigKey(certificateValidation, restDebug, ignorePreValidation);
identityWebTarget = RestClientUtil.get(configKey).target(identityServerUrl).path("Users");
}
Aggregations