return new KeyConnectionBuilder(authIV, authKey, serverUrl, configuration);
}
protected IOpenShiftConfiguration createConfiguration() throws IOException {
if (this.configuration == null) {
this.configuration = new OpenShiftConfiguration();
}
return configuration;
}