Interface HttpAuthentication

All Superinterfaces:
AutoCloseable, NessieAuthentication

public interface HttpAuthentication extends NessieAuthentication
Implementations of NessieAuthentication with this interface are able to produce RequestFilter instance to be used with HttpClient.
  • Method Details

    • applyToHttpClient

      void applyToHttpClient(HttpClient.Builder client)
      Configure the given HttpClient to use this instance..
      Parameters:
      client - client to configure