Connector
Implements AppBundle\GatewaySDKPhp\ConnectorInterface
Table of contents
- Connector
- Properties
- Methods
public __construct(Psr\Log\LoggerInterface $logger)
public postRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public replaceURLParameters(string $url, AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSignDocumentSmartIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSignDocumentMobileIdRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postDocumentUploadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postDocumentValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postDocumentFileValidationRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postDocumentSignerInviteRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public getDocumentStatusCheckRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public getDocumentDownloadRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public deleteDocumentRemoveRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postMobileidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public deleteMobileidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidInitAuthRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidIdentificationSessionStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidInitSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidInitHashSignRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public postSmartidHashSigningStatusRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
public deleteSmartidIdentificationSessionRequest(AppBundle\GatewaySDKPhp\Model\RequestInterface $request)
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