Class NoneAuthenticationProvider

java.lang.Object
org.projectnessie.client.auth.NoneAuthenticationProvider
All Implemented Interfaces:
NessieAuthenticationProvider

public class NoneAuthenticationProvider extends Object implements NessieAuthenticationProvider
This authentication-"provider" just maps the "NONE" to a NessieAuthenticationProvider implementation, which "produces" a null NessieAuthentication instance, which means "no authentication".