Package org.projectnessie.client.auth
package org.projectnessie.client.auth
-
ClassDescriptionAWS authentication provider.HTTP BASIC authentication provider.Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.This authentication-"provider" just maps the "NONE" to a
NessieAuthenticationProviderimplementation, which "produces" anullNessieAuthenticationinstance, which means "no authentication".