-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
In UserResource/IUser there are still #getAuthIV #getAuthKey methods that we inherited from the legacy client. They're currently not implement and return <code>null</code>. In the new client the auth keys are passed over to the http client via connection builder. They're not handled by the user any more.
com.openshift.client.OpenShiftConnectionFactory
final IHttpClient httpClient = new UrlConnectionHttpClientBuilder().setCredentials(login, password, authKey, authIV) .client();
We should simply get rid of them.
- blocks
-
JBIDE-13819 include latest openshift-java-client in JBoss Tools
- Closed