Uploaded image for project: 'OpenShift Java Client'
  1. OpenShift Java Client
  2. OSJC-40

openshift-java-client: remove IUser#getAuthKey and IUser#getAuthIV

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 2.1.0
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              adietish@redhat.com André Dietisheim
              adietish@redhat.com André Dietisheim
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: