Andre Dietisheim created JBIDE-13761:
----------------------------------------
Summary: openshift-java-client: remove IUser#getAuthKey and IUser#getAuthIV
Key: JBIDE-13761
URL:
https://issues.jboss.org/browse/JBIDE-13761
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.1.0.Alpha2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.1.0.Alpha2
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.
{code:title=com.openshift.client.OpenShiftConnectionFactory}
final IHttpClient httpClient = new UrlConnectionHttpClientBuilder().setCredentials(login,
password, authKey, authIV)
.client();
{code}
We should simply get rid of them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira