Package org.projectnessie.client.http
Interface HttpAuthentication
-
- All Superinterfaces:
java.lang.AutoCloseable,NessieAuthentication
public interface HttpAuthentication extends NessieAuthentication
Implementations ofNessieAuthenticationwith this interface are able to produceRequestFilterinstance to be used withHttpClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToHttpClient(HttpClient.Builder client)Configure the givenHttpClientto use this instance..-
Methods inherited from interface org.projectnessie.client.auth.NessieAuthentication
close
-
-
-
-
Method Detail
-
applyToHttpClient
void applyToHttpClient(HttpClient.Builder client)
Configure the givenHttpClientto use this instance..- Parameters:
client- client to configure
-
-