Class KeyManagerCollectionApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.KeyManagerCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeyManagersDiscoverPost(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 keyManagersDiscoverPostkeyManagersDiscoverPostWithHttpInfo(String url, String type) Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointGet 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 keyManagersGetGet all Key managers Get all Key managerskeyManagersPost(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 keyManagersPostkeyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO) Add a new API Key Manager Add a new API Key ManagervoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
KeyManagerCollectionApi
public KeyManagerCollectionApi() -
KeyManagerCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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
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
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
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
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
-