Skip to main content Link Search Menu Expand Document (external link) Copy Copied

Connector

view source

Implements AppBundle\GatewaySDKPhp\ConnectorInterface

Table of contents
  1. Connector
    1. Properties
    2. Methods
      1. public __construct(Psr\Log\LoggerInterface $logger)
      2. public postRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      3. public replaceURLParameters(string $url, AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      4. public postSignDocumentSmartIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      5. public postSignDocumentMobileIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      6. public postDocumentUploadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      7. public postDocumentValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      8. public postDocumentFileValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      9. public postDocumentSignerInviteRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      10. public getDocumentStatusCheckRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      11. public getDocumentDownloadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      12. public deleteDocumentRemoveRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      13. public postMobileidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      14. public postMobileidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      15. public postMobileidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      16. public postMobileidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      17. public postMobileidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      18. public postMobileidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      19. public deleteMobileidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      20. public postSmartidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      21. public postSmartidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      22. public postSmartidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      23. public postSmartidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      24. public postSmartidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      25. public postSmartidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      26. public deleteSmartidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
      27. private postClientRequest(string $method, string $apiPath, array $options)

Properties

Visibility Type Name Description
private String apiUrl URL of the request
private Symfony\Component\HttpClient\HttpClient client Holds client through which actual API requests are made
private Psr\Log\LoggerInterface logger PSR compatible logger

Methods

public __construct(Psr\Log\LoggerInterface $logger)

returns void

public postRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public replaceURLParameters(string $url, AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns string

public postSignDocumentSmartIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSignDocumentMobileIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postDocumentUploadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postDocumentValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postDocumentFileValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postDocumentSignerInviteRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public getDocumentStatusCheckRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public getDocumentDownloadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public deleteDocumentRemoveRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postMobileidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public deleteMobileidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public postSmartidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

public deleteSmartidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)

returns AppBundle\GatewaySDKPhp\Model\ResponseInterface

private postClientRequest(string $method, string $apiPath, array $options)

returns Symfony\Contracts\HttpClient\ResponseInterface

Performs API request and return response to caller method