Uses of Interface
io.lakefs.clients.sdk.auth.Authentication
-
Packages that use Authentication Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.auth -
-
Uses of Authentication in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in io.lakefs.clients.sdk that return types with arguments of type Authentication Modifier and Type Method Description Map<String,Authentication>ApiClient. getAuthentications()Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in io.lakefs.clients.sdk.auth
Classes in io.lakefs.clients.sdk.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassHttpBearerAuth
-