Class CredentialRequestManager


  • @Component
    public class CredentialRequestManager
    extends Object
    The Class CredentialRequestManager.
    Author:
    Loganathan Sekar
    • Constructor Detail

      • CredentialRequestManager

        public CredentialRequestManager()
    • Method Detail

      • getMissingCredentialsPageItems

        public List<io.mosip.idrepository.core.dto.CredentialRequestIdsDto> getMissingCredentialsPageItems​(int currentPageIndex,
                                                                                                           String effectivedtimes)
                                                                                                    throws io.mosip.idrepository.core.exception.RestServiceException,
                                                                                                           IDDataValidationException
        Gets the next page items.
        Parameters:
        currentPageIndex - the current page index
        effectivedtimes - the effectivedtimes
        Returns:
        the next page items
        Throws:
        io.mosip.idrepository.core.exception.RestServiceException
        IDDataValidationException
      • retriggerCredentialIssuance

        public void retriggerCredentialIssuance​(String requestId)
                                         throws io.mosip.idrepository.core.exception.RestServiceException,
                                                IDDataValidationException
        Retrigger credential issuance.
        Parameters:
        requestId - the request id
        Throws:
        io.mosip.idrepository.core.exception.RestServiceException
        IDDataValidationException