Search in sources :

Example 1 with ConfigKey

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");
}
Also used : ConfigKey(com.sequenceiq.cloudbreak.client.ConfigKey) PostConstruct(javax.annotation.PostConstruct)

Aggregations

ConfigKey (com.sequenceiq.cloudbreak.client.ConfigKey)1 PostConstruct (javax.annotation.PostConstruct)1