Interface PartnerCACertEventService

  • All Known Implementing Classes:
    PartnerCACertEventServiceImpl

    public interface PartnerCACertEventService
    The Interface PartnerCACertEventService.
    Author:
    Loganathan Sekar
    • Method Detail

      • handleCACertEvent

        void handleCACertEvent​(io.mosip.kernel.core.websub.model.EventModel eventModel)
                        throws io.mosip.idrepository.core.exception.RestServiceException,
                               IdAuthenticationBusinessException
        Handle CA cert event.
        Parameters:
        eventModel - the event model
        Throws:
        io.mosip.idrepository.core.exception.RestServiceException - the rest service exception
        IdAuthenticationBusinessException - the id authentication business exception
      • evictCACertCache

        void evictCACertCache​(io.mosip.kernel.core.websub.model.EventModel eventModel)
                       throws io.mosip.idrepository.core.exception.RestServiceException,
                              IdAuthenticationBusinessException
        Evict CA cert cache.
        Parameters:
        eventModel - the event model
        Throws:
        io.mosip.idrepository.core.exception.RestServiceException - the rest service exception
        IdAuthenticationBusinessException - the id authentication business exception