All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.pms.partner.misp.service.InfraServiceProviderService Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.partner.misp.service;

import java.util.List;

import io.mosip.pms.common.entity.MISPLicenseEntity;
import io.mosip.pms.partner.misp.dto.MISPLicenseResponseDto;

public interface InfraServiceProviderService {

	/**
	 * 
	 * @return
	 */
	public MISPLicenseResponseDto approveInfraProvider(String mispId);
	
	/**
	 * 
	 * @return
	 */
	public MISPLicenseResponseDto updateInfraProvider(String id, String licenseKey, String status);
	
	/**
	 * 
	 * @return
	 */
	public List getInfraProvider();
	
	/**
	 * 
	 * @return
	 */
	public MISPLicenseResponseDto regenerateKey(String mispId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy