Class BasicAuthenticationProvider

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

public class BasicAuthenticationProvider extends Object implements NessieAuthenticationProvider
HTTP BASIC authentication provider.

Takes parameters NessieConfigConstants.CONF_NESSIE_USERNAME and NessieConfigConstants.CONF_NESSIE_PASSWORD.