Uses of Interface
org.projectnessie.client.auth.NessieAuthentication
-
Packages that use NessieAuthentication Package Description org.projectnessie.client org.projectnessie.client.auth org.projectnessie.client.http -
-
Uses of NessieAuthentication in org.projectnessie.client
Methods in org.projectnessie.client with parameters of type NessieAuthentication Modifier and Type Method Description IMPLNessieClientBuilder. withAuthentication(NessieAuthentication authentication)Sets theNessieAuthenticationinstance to be used. -
Uses of NessieAuthentication in org.projectnessie.client.auth
Methods in org.projectnessie.client.auth that return NessieAuthentication Modifier and Type Method Description NessieAuthenticationNessieAuthenticationProvider. build(Function<String,String> configSupplier)Build the implementation that provides authentication credentials using the given parameters.NessieAuthenticationNoneAuthenticationProvider. build(Function<String,String> configSupplier)static NessieAuthenticationNessieAuthenticationProvider. fromConfig(Function<String,String> configuration)Configure aNessieAuthenticationinstance using the configuration supplied byconfiguration. -
Uses of NessieAuthentication in org.projectnessie.client.http
Subinterfaces of NessieAuthentication in org.projectnessie.client.http Modifier and Type Interface Description interfaceHttpAuthenticationImplementations ofNessieAuthenticationwith this interface are able to produceRequestFilterinstance to be used withHttpClient.Methods in org.projectnessie.client.http with parameters of type NessieAuthentication Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. withAuthentication(NessieAuthentication authentication)
-