Package org.projectnessie.client.auth
Interface NessieAuthentication
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
HttpAuthentication
public interface NessieAuthentication extends java.lang.AutoCloseableBase 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.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidclose()
-