Class PartnerCACertEventServiceImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.patrner.PartnerCACertEventServiceImpl
-
- All Implemented Interfaces:
PartnerCACertEventService
@Service public class PartnerCACertEventServiceImpl extends Object implements PartnerCACertEventService
The Class PartnerCACertEventServiceImpl.- Author:
- Loganathan Sekar
-
-
Constructor Summary
Constructors Constructor Description PartnerCACertEventServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public void handleCACertEvent(io.mosip.kernel.core.websub.model.EventModel eventModel) throws io.mosip.idrepository.core.exception.RestServiceException, IdAuthenticationBusinessExceptionHandle CA cert event.- Specified by:
handleCACertEventin interfacePartnerCACertEventService- Parameters:
eventModel- the event model- Throws:
io.mosip.idrepository.core.exception.RestServiceException- the rest service exceptionIdAuthenticationBusinessException- the id authentication business exception
-
evictCACertCache
public void evictCACertCache(io.mosip.kernel.core.websub.model.EventModel eventModel) throws io.mosip.idrepository.core.exception.RestServiceException, IdAuthenticationBusinessExceptionDescription copied from interface:PartnerCACertEventServiceEvict CA cert cache.- Specified by:
evictCACertCachein interfacePartnerCACertEventService- Parameters:
eventModel- the event model- Throws:
io.mosip.idrepository.core.exception.RestServiceException- the rest service exceptionIdAuthenticationBusinessException- the id authentication business exception
-
-