Uses of Interface
org.projectnessie.client.http.HttpAuthentication
-
Packages that use HttpAuthentication Package Description org.projectnessie.client.auth -
-
Uses of HttpAuthentication in org.projectnessie.client.auth
Methods in org.projectnessie.client.auth that return HttpAuthentication Modifier and Type Method Description HttpAuthenticationAwsAuthenticationProvider. build(Function<String,String> parameters)HttpAuthenticationBasicAuthenticationProvider. build(Function<String,String> configSupplier)static HttpAuthenticationAwsAuthenticationProvider. create(software.amazon.awssdk.regions.Region region)static HttpAuthenticationBasicAuthenticationProvider. create(String username, String password)
-