public class KeyManagerCollectionApi extends Object
| Constructor and Description |
|---|
KeyManagerCollectionApi() |
KeyManagerCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
KeyManagerWellKnownResponseDTO |
keyManagersDiscoverPost(String url,
String type)
Retrieve Well-known information from Key Manager Well-known Endpoint
Retrieve well-known information from key manager's well-known endpoint
|
okhttp3.Call |
keyManagersDiscoverPostAsync(String url,
String type,
ApiCallback<KeyManagerWellKnownResponseDTO> _callback)
Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously)
Retrieve well-known information from key manager's well-known endpoint
|
okhttp3.Call |
keyManagersDiscoverPostCall(String url,
String type,
ApiCallback _callback)
Build call for keyManagersDiscoverPost
|
ApiResponse<KeyManagerWellKnownResponseDTO> |
keyManagersDiscoverPostWithHttpInfo(String url,
String type)
Retrieve Well-known information from Key Manager Well-known Endpoint
Retrieve well-known information from key manager's well-known endpoint
|
KeyManagerListDTO |
keyManagersGet()
Get all Key managers
Get all Key managers
|
okhttp3.Call |
keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback)
Get all Key managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
keyManagersGetCall(ApiCallback _callback)
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
keyManagersGetWithHttpInfo()
Get all Key managers
Get all Key managers
|
KeyManagerDTO |
keyManagersPost(KeyManagerDTO keyManagerDTO)
Add a new API Key Manager
Add a new API Key Manager
|
okhttp3.Call |
keyManagersPostAsync(KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback)
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
okhttp3.Call |
keyManagersPostCall(KeyManagerDTO keyManagerDTO,
ApiCallback _callback)
Build call for keyManagersPost
|
ApiResponse<KeyManagerDTO> |
keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO)
Add a new API Key Manager
Add a new API Key Manager
|
void |
setApiClient(ApiClient apiClient) |
public KeyManagerCollectionApi()
public KeyManagerCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call keyManagersDiscoverPostCall(String url, String type, ApiCallback _callback) throws ApiException
url - Well-Known Endpoint (optional)type - Key Manager Type (optional, default to "false")_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KeyManagerWellKnownResponseDTO keyManagersDiscoverPost(String url, String type) throws ApiException
url - Well-Known Endpoint (optional)type - Key Manager Type (optional, default to "false")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerWellKnownResponseDTO> keyManagersDiscoverPostWithHttpInfo(String url, String type) throws ApiException
url - Well-Known Endpoint (optional)type - Key Manager Type (optional, default to "false")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call keyManagersDiscoverPostAsync(String url, String type, ApiCallback<KeyManagerWellKnownResponseDTO> _callback) throws ApiException
url - Well-Known Endpoint (optional)type - Key Manager Type (optional, default to "false")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call keyManagersGetCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KeyManagerListDTO keyManagersGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerListDTO> keyManagersGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call keyManagersPostCall(KeyManagerDTO keyManagerDTO, ApiCallback _callback) throws ApiException
keyManagerDTO - Key Manager object that should to be added (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KeyManagerDTO keyManagersPost(KeyManagerDTO keyManagerDTO) throws ApiException
keyManagerDTO - Key Manager object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerDTO> keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO) throws ApiException
keyManagerDTO - Key Manager object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call keyManagersPostAsync(KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) throws ApiException
keyManagerDTO - Key Manager object that should to be added (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.