Class BasicProxyAuthenticator

java.lang.Object
org.apache.nifi.web.client.BasicProxyAuthenticator
All Implemented Interfaces:
okhttp3.Authenticator

class BasicProxyAuthenticator extends Object implements okhttp3.Authenticator
OkHttp Authenticator supporting Proxy Authentication using HTTP Basic credentials
  • Field Details

  • Constructor Details

    • BasicProxyAuthenticator

      BasicProxyAuthenticator(String credentials)
  • Method Details

    • authenticate

      public okhttp3.Request authenticate(okhttp3.Route route, okhttp3.Response response)
      Specified by:
      authenticate in interface okhttp3.Authenticator