| Package | Description |
|---|---|
| no.digipost.signature.client.direct |
| Modifier and Type | Method and Description |
|---|---|
static DirectSignerResponse |
DirectSignerResponse.fromJaxb(no.digipost.signature.api.xml.XMLDirectSignerResponse signer) |
DirectSignerResponse |
DirectJobResponse.getSignerIdentifiedBy(String identifier)
Get the signer with the given identifier for this job.
|
DirectSignerResponse |
DirectJobResponse.getSingleSigner()
Gets the single signer for this job.
|
DirectSignerResponse |
DirectClient.requestNewRedirectUrl(WithSignerUrl request) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DirectSignerResponse> |
DirectJobResponse.findSignerIdentifiedBy(String identifier)
Try to find the signer with the given identifier for this job.
|
List<DirectSignerResponse> |
DirectJobResponse.getSigners()
Gets all the
signers for this job |
| Constructor and Description |
|---|
DirectJobResponse(long signatureJobId,
String reference,
URI statusUrl,
List<DirectSignerResponse> signers) |
Copyright © 2019 Digipost. All rights reserved.