Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.KeyManagerListDTO
-
Packages that use KeyManagerListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of KeyManagerListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return KeyManagerListDTO Modifier and Type Method Description KeyManagerListDTOKeyManagersCollectionApi. keyManagersGet(String xWSO2Tenant)Get All Key Managers Get all Key managersMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type KeyManagerListDTO Modifier and Type Method Description ApiResponse<KeyManagerListDTO>KeyManagersCollectionApi. keyManagersGetWithHttpInfo(String xWSO2Tenant)Get All Key Managers Get all Key managersMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type KeyManagerListDTO Modifier and Type Method Description okhttp3.CallKeyManagersCollectionApi. keyManagersGetAsync(String xWSO2Tenant, ApiCallback<KeyManagerListDTO> _callback)Get All Key Managers (asynchronously) Get all Key managers -
Uses of KeyManagerListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return KeyManagerListDTO Modifier and Type Method Description KeyManagerListDTOKeyManagerListDTO. count(Integer count)KeyManagerListDTOKeyManagerListDTO. list(List<KeyManagerInfoDTO> list)
-