Uses of Interface
org.projectnessie.client.auth.NessieAuthenticationProvider
-
Packages that use NessieAuthenticationProvider Package Description org.projectnessie.client.auth -
-
Uses of NessieAuthenticationProvider in org.projectnessie.client.auth
Classes in org.projectnessie.client.auth that implement NessieAuthenticationProvider Modifier and Type Class Description classAwsAuthenticationProviderAWS authentication provider.classBasicAuthenticationProviderHTTP BASIC authentication provider.classBearerAuthenticationProviderclassNoneAuthenticationProviderThis authentication-"provider" just maps the "NONE" to aNessieAuthenticationProviderimplementation, which "produces" anullNessieAuthenticationinstance, which means "no authentication".Methods in org.projectnessie.client.auth that return NessieAuthenticationProvider Modifier and Type Method Description static NessieAuthenticationProviderNoneAuthenticationProvider. getInstance()
-