Package org.projectnessie.client.auth
-
Interface Summary Interface Description NessieAuthentication Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.NessieAuthenticationProvider Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc. -
Class Summary Class Description AwsAuthenticationProvider AWS authentication provider.BasicAuthenticationProvider HTTP BASIC authentication provider.BearerAuthenticationProvider NoneAuthenticationProvider This authentication-"provider" just maps the "NONE" to aNessieAuthenticationProviderimplementation, which "produces" anullNessieAuthenticationinstance, which means "no authentication".