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