Package | Description |
---|---|
com.fortanix.sdkms.v1 | |
com.fortanix.sdkms.v1.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,
jakarta.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
com.fortanix.sdkms.v1.ApiClient.ResponseWithMetadata |
ApiClient.invokeAPIWithEndpoint(String endpoint,
String path,
jakarta.ws.rs.client.Entity entity,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames)
Invoke API by sending HTTP request to a given endpoint with the given
options.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved