| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
List<KeyManagerDTO> |
DefaultApi.keymanagersGet(String xWSO2Tenant)
An Array of key managers configured
this will provide key managers configured
|
ApiResponse<List<KeyManagerDTO>> |
DefaultApi.keymanagersGetWithHttpInfo(String xWSO2Tenant)
An Array of key managers configured
this will provide key managers configured
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DefaultApi.keymanagersGetAsync(String xWSO2Tenant,
ApiCallback<List<KeyManagerDTO>> callback)
An Array of key managers configured (asynchronously)
this will provide key managers configured
|
| Modifier and Type | Method and Description |
|---|---|
KeyManagerDTO |
KeyManagerDTO._configuration(Object _configuration) |
KeyManagerDTO |
KeyManagerDTO.enabled(Boolean enabled) |
KeyManagerDTO |
KeyManagerDTO.name(String name) |
KeyManagerDTO |
KeyManagerDTO.tenantDomain(String tenantDomain) |
KeyManagerDTO |
KeyManagerDTO.type(String type) |
Copyright © 2021 WSO2 Inc. All rights reserved.