Uses of Class
io.mosip.pmp.partnermanagement.dto.PartnerPolicyResponse
-
Packages that use PartnerPolicyResponse Package Description io.mosip.pmp.partnermanagement.controller io.mosip.pmp.partnermanagement.service io.mosip.pmp.partnermanagement.service.impl -
-
Uses of PartnerPolicyResponse in io.mosip.pmp.partnermanagement.controller
Methods in io.mosip.pmp.partnermanagement.controller that return types with arguments of type PartnerPolicyResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<PartnerPolicyResponse>>PartnerManagementController. validatePartnerAndMisp(String partnerId, String partner_api_key, String misp_license_key) -
Uses of PartnerPolicyResponse in io.mosip.pmp.partnermanagement.service
Methods in io.mosip.pmp.partnermanagement.service that return PartnerPolicyResponse Modifier and Type Method Description PartnerPolicyResponsePartnerManagementService. getPartnerMappedPolicyFile(String mispLicenseKey, String policy_api_key, String partnerId) -
Uses of PartnerPolicyResponse in io.mosip.pmp.partnermanagement.service.impl
Methods in io.mosip.pmp.partnermanagement.service.impl that return PartnerPolicyResponse Modifier and Type Method Description PartnerPolicyResponsePartnerManagementServiceImpl. getPartnerMappedPolicyFile(String mispLicenseKey, String policy_api_key, String partnerId)(One Partner will have only one policy) This method retrieves the policy json file for a partner.
-