Uses of Class
io.mosip.authentication.core.partner.dto.PartnerPolicyResponseDTO
-
Packages that use PartnerPolicyResponseDTO Package Description io.mosip.authentication.core.spi.partner.service -
-
Uses of PartnerPolicyResponseDTO in io.mosip.authentication.core.spi.partner.service
Methods in io.mosip.authentication.core.spi.partner.service that return PartnerPolicyResponseDTO Modifier and Type Method Description PartnerPolicyResponseDTOPartnerService. validateAndGetPolicy(String partnerId, String partner_api_key, String misp_license_key, boolean certificateNeeded, String headerCertificateThumbprint, boolean certValidationNeeded)Methods in io.mosip.authentication.core.spi.partner.service that return types with arguments of type PartnerPolicyResponseDTO Modifier and Type Method Description Optional<PartnerPolicyResponseDTO>PartnerService. getPolicyForPartner(String partnerId, String partnerApiKey, Map<String,Object> metadata)
-