Interface IAuthenticationProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void authenticate​(org.apache.http.client.methods.RequestBuilder builder)
      Add an authentication header to the given request.
    • Method Detail

      • authenticate

        void authenticate​(org.apache.http.client.methods.RequestBuilder builder)
        Add an authentication header to the given request.
        Parameters:
        builder - A request builder to add an authentication header to.