Class KeyManagerCollectionApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.KeyManagerCollectionApi
-
public class KeyManagerCollectionApi extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyManagerCollectionApi()KeyManagerCollectionApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()KeyManagerWellKnownResponseDTOkeyManagersDiscoverPost(String url, String type)Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointokhttp3.CallkeyManagersDiscoverPostAsync(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 endpointokhttp3.CallkeyManagersDiscoverPostCall(String url, String type, ApiCallback _callback)Build call for keyManagersDiscoverPostApiResponse<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 endpointKeyManagerListDTOkeyManagersGet()Get all Key managers Get all Key managersokhttp3.CallkeyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback)Get all Key managers (asynchronously) Get all Key managersokhttp3.CallkeyManagersGetCall(ApiCallback _callback)Build call for keyManagersGetApiResponse<KeyManagerListDTO>keyManagersGetWithHttpInfo()Get all Key managers Get all Key managersKeyManagerDTOkeyManagersPost(KeyManagerDTO keyManagerDTO)Add a new API Key Manager Add a new API Key Managerokhttp3.CallkeyManagersPostAsync(KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback)Add a new API Key Manager (asynchronously) Add a new API Key Managerokhttp3.CallkeyManagersPostCall(KeyManagerDTO keyManagerDTO, ApiCallback _callback)Build call for keyManagersPostApiResponse<KeyManagerDTO>keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO)Add a new API Key Manager Add a new API Key ManagervoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
KeyManagerCollectionApi
public KeyManagerCollectionApi()
-
KeyManagerCollectionApi
public KeyManagerCollectionApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
keyManagersDiscoverPostCall
public okhttp3.Call keyManagersDiscoverPostCall(String url, String type, ApiCallback _callback) throws ApiException
Build call for keyManagersDiscoverPost- Parameters:
url- Well-Known Endpoint (optional)type- Key Manager Type (optional, default to "false")_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersDiscoverPost
public KeyManagerWellKnownResponseDTO keyManagersDiscoverPost(String url, String type) throws ApiException
Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpoint- Parameters:
url- Well-Known Endpoint (optional)type- Key Manager Type (optional, default to "false")- Returns:
- KeyManagerWellKnownResponseDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersDiscoverPostWithHttpInfo
public ApiResponse<KeyManagerWellKnownResponseDTO> keyManagersDiscoverPostWithHttpInfo(String url, String type) throws ApiException
Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpoint- Parameters:
url- Well-Known Endpoint (optional)type- Key Manager Type (optional, default to "false")- Returns:
- ApiResponse<KeyManagerWellKnownResponseDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersDiscoverPostAsync
public okhttp3.Call keyManagersDiscoverPostAsync(String url, String type, ApiCallback<KeyManagerWellKnownResponseDTO> _callback) throws ApiException
Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously) Retrieve well-known information from key manager's well-known endpoint- Parameters:
url- Well-Known Endpoint (optional)type- Key Manager Type (optional, default to "false")_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
keyManagersGetCall
public okhttp3.Call keyManagersGetCall(ApiCallback _callback) throws ApiException
Build call for keyManagersGet- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersGet
public KeyManagerListDTO keyManagersGet() throws ApiException
Get all Key managers Get all Key managers- Returns:
- KeyManagerListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersGetWithHttpInfo
public ApiResponse<KeyManagerListDTO> keyManagersGetWithHttpInfo() throws ApiException
Get all Key managers Get all Key managers- Returns:
- ApiResponse<KeyManagerListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersGetAsync
public okhttp3.Call keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback) throws ApiException
Get all Key managers (asynchronously) Get all Key managers- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
keyManagersPostCall
public okhttp3.Call keyManagersPostCall(KeyManagerDTO keyManagerDTO, ApiCallback _callback) throws ApiException
Build call for keyManagersPost- Parameters:
keyManagerDTO- Key Manager object that should to be added (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersPost
public KeyManagerDTO keyManagersPost(KeyManagerDTO keyManagerDTO) throws ApiException
Add a new API Key Manager Add a new API Key Manager- Parameters:
keyManagerDTO- Key Manager object that should to be added (required)- Returns:
- KeyManagerDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersPostWithHttpInfo
public ApiResponse<KeyManagerDTO> keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO) throws ApiException
Add a new API Key Manager Add a new API Key Manager- Parameters:
keyManagerDTO- Key Manager object that should to be added (required)- Returns:
- ApiResponse<KeyManagerDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersPostAsync
public okhttp3.Call keyManagersPostAsync(KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) throws ApiException
Add a new API Key Manager (asynchronously) Add a new API Key Manager- Parameters:
keyManagerDTO- Key Manager object that should to be added (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-