Uses of Interface
com.exasol.extensionmanager.client.invoker.auth.Authentication
-
Packages that use Authentication Package Description com.exasol.extensionmanager.client.invoker com.exasol.extensionmanager.client.invoker.auth -
-
Uses of Authentication in com.exasol.extensionmanager.client.invoker
Fields in com.exasol.extensionmanager.client.invoker with type parameters of type Authentication Modifier and Type Field Description protected Map<String,Authentication>ApiClient. authenticationsMethods in com.exasol.extensionmanager.client.invoker that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in com.exasol.extensionmanager.client.invoker 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 com.exasol.extensionmanager.client.invoker.auth
Classes in com.exasol.extensionmanager.client.invoker.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassOAuth
-