Uses of Class
io.mosip.pmp.partnermanagement.dto.ApikeyRequests
-
Packages that use ApikeyRequests Package Description io.mosip.pmp.partnermanagement.controller io.mosip.pmp.partnermanagement.service io.mosip.pmp.partnermanagement.service.impl -
-
Uses of ApikeyRequests in io.mosip.pmp.partnermanagement.controller
Methods in io.mosip.pmp.partnermanagement.controller that return types with arguments of type ApikeyRequests Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<ApikeyRequests>>PartnerManagementController. getTheRequestForPartnerAPIKeyToPolicyMappingsForGivenRequestId(String apiKeyReqId)This API would be used to retrieve the request for Partner API key to Policy Mappings for given request id. -
Uses of ApikeyRequests in io.mosip.pmp.partnermanagement.service
Methods in io.mosip.pmp.partnermanagement.service that return ApikeyRequests Modifier and Type Method Description ApikeyRequestsPartnerManagementService. getTheRequestForPartnerAPIKeyToPolicyMappingsForGivenRequestId(String apiKeyReqID)This method would be used to retrieve the request for Partner API key to Policy Mappings for given request id.Methods in io.mosip.pmp.partnermanagement.service that return types with arguments of type ApikeyRequests Modifier and Type Method Description List<ApikeyRequests>PartnerManagementService. getAllPartnerAPIKeyRequestsAsReceivedByPartnerManagers()This method would be used to retrieve all Partner API Key requests as received by partner manager. -
Uses of ApikeyRequests in io.mosip.pmp.partnermanagement.service.impl
Methods in io.mosip.pmp.partnermanagement.service.impl that return ApikeyRequests Modifier and Type Method Description ApikeyRequestsPartnerManagementServiceImpl. getTheRequestForPartnerAPIKeyToPolicyMappingsForGivenRequestId(String apiKeyReqID)Methods in io.mosip.pmp.partnermanagement.service.impl that return types with arguments of type ApikeyRequests Modifier and Type Method Description List<ApikeyRequests>PartnerManagementServiceImpl. getAllPartnerAPIKeyRequestsAsReceivedByPartnerManagers()
-