Interface PartnerCACertEventService
-
- All Known Implementing Classes:
PartnerCACertEventServiceImpl
public interface PartnerCACertEventServiceThe Interface PartnerCACertEventService.- Author:
- Loganathan Sekar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevictCACertCache(io.mosip.kernel.core.websub.model.EventModel eventModel)Evict CA cert cache.voidhandleCACertEvent(io.mosip.kernel.core.websub.model.EventModel eventModel)Handle CA cert event.
-
-
-
Method Detail
-
handleCACertEvent
void handleCACertEvent(io.mosip.kernel.core.websub.model.EventModel eventModel) throws io.mosip.idrepository.core.exception.RestServiceException, IdAuthenticationBusinessExceptionHandle CA cert event.- Parameters:
eventModel- the event model- Throws:
io.mosip.idrepository.core.exception.RestServiceException- the rest service exceptionIdAuthenticationBusinessException- the id authentication business exception
-
evictCACertCache
void evictCACertCache(io.mosip.kernel.core.websub.model.EventModel eventModel) throws io.mosip.idrepository.core.exception.RestServiceException, IdAuthenticationBusinessExceptionEvict CA cert cache.- Parameters:
eventModel- the event model- Throws:
io.mosip.idrepository.core.exception.RestServiceException- the rest service exceptionIdAuthenticationBusinessException- the id authentication business exception
-
-