Package org.projectnessie.client.http
Interface HttpAuthentication
-
- All Superinterfaces:
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 client)Configure the givenHttpClientto use this instance..
-
-
-
Method Detail
-
applyToHttpClient
void applyToHttpClient(HttpClient client)
Configure the givenHttpClientto use this instance..- Parameters:
client- client to configure
-
-