Uses of Class
com.exasol.extensionmanager.client.invoker.Pair
-
Packages that use Pair Package Description com.exasol.extensionmanager.client.invoker com.exasol.extensionmanager.client.invoker.auth -
-
Uses of Pair in com.exasol.extensionmanager.client.invoker
Methods in com.exasol.extensionmanager.client.invoker that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Object value)Method parameters in com.exasol.extensionmanager.client.invoker with type arguments of type Pair Modifier and Type Method Description <T> TApiClient. invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String,String> headerParams, Map<String,Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType)Invoke API by sending HTTP request with the given options.protected voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams)Update query and header parameters based on authentication settings. -
Uses of Pair in com.exasol.extensionmanager.client.invoker.auth
Method parameters in com.exasol.extensionmanager.client.invoker.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidOAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
-