| Package | Description |
|---|---|
| org.genesys.glis.v1.invoker | |
| org.genesys.glis.v1.invoker.auth |
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.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 void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams)
Update query and header parameters based on authentication settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams)
Apply authentication settings to header and query params.
|
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.