Package org.projectnessie.client.auth
Interface NessieAuthentication
-
- All Known Subinterfaces:
HttpAuthentication
public interface NessieAuthenticationBase interface for different authentication methods like "basic" (username + plain password), bearer token, etc.Implementations of this interface, as returned via
NessieAuthenticationProvider.build(java.util.function.Function), do have to implement transport specific implementations. For example, the Nessie HTTP based transport implements theHttpAuthentication.