Uses of Class
org.wso2.am.integration.clients.admin.api.dto.KeyManagerListDTO
-
Packages that use KeyManagerListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of KeyManagerListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return KeyManagerListDTO Modifier and Type Method Description KeyManagerListDTOKeyManagerCollectionApi. keyManagersGet()Get all Key managers Get all Key managersMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type KeyManagerListDTO Modifier and Type Method Description ApiResponse<KeyManagerListDTO>KeyManagerCollectionApi. keyManagersGetWithHttpInfo()Get all Key managers Get all Key managersMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type KeyManagerListDTO Modifier and Type Method Description okhttp3.CallKeyManagerCollectionApi. keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback)Get all Key managers (asynchronously) Get all Key managers -
Uses of KeyManagerListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return KeyManagerListDTO Modifier and Type Method Description KeyManagerListDTOKeyManagerListDTO. count(Integer count)KeyManagerListDTOKeyManagerListDTO. list(List<KeyManagerInfoDTO> list)
-