Package org.projectnessie.client.http
Interface HttpAuthentication
- All Superinterfaces:
AutoCloseable,NessieAuthentication
Implementations of
NessieAuthentication with this interface are able to produce RequestFilter instance to be used with HttpClient.-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyToHttpClient(HttpClient.Builder client) Configure the givenHttpClientto use this instance..Methods inherited from interface org.projectnessie.client.auth.NessieAuthentication
close, start
-
Method Details
-
applyToHttpClient
Configure the givenHttpClientto use this instance..- Parameters:
client- client to configure
-