Class SignatureStatus
java.lang.Object
no.digipost.signature.client.portal.SignatureStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignatureStatusThe signer entered the wrong security code too many times.static final SignatureStatusThis signer has been cancelled by the sender, and will not be able to sign the document.static final SignatureStatusWe were not able to locate any channels (email, SMS) for notifying the signer to sign the document.static final SignatureStatusThe signer has not made a decision to either sign or reject the document within the specified time limit,static final SignatureStatusThe job has reached a state where the status of this signature is not applicable.static final SignatureStatusThe signer has rejected to sign the document.static final SignatureStatusThis signer is reserved from receiving documents electronically, and will not receive the document for signing.static final SignatureStatusThe signer has successfully signed the document.static final SignatureStatusIndicates that the service was unable to retrieve the signer's name.static final SignatureStatusThe signer has yet to review the document and decide if she/he wants to sign or reject it. -
Method Summary
-
Field Details
-
REJECTED
The signer has rejected to sign the document. -
CANCELLED
This signer has been cancelled by the sender, and will not be able to sign the document. -
RESERVED
This signer is reserved from receiving documents electronically, and will not receive the document for signing. -
CONTACT_INFORMATION_MISSING
We were not able to locate any channels (email, SMS) for notifying the signer to sign the document. -
EXPIRED
The signer has not made a decision to either sign or reject the document within the specified time limit, -
WAITING
The signer has yet to review the document and decide if she/he wants to sign or reject it. -
SIGNED
The signer has successfully signed the document. -
NOT_APPLICABLE
The job has reached a state where the status of this signature is not applicable. This includes the case where a signer rejects to sign, and thus ending the job in aPortalJobStatus.FAILEDstate. Any remaining (previouslyWAITING) signatures are marked asNOT_APPLICABLE. -
BLOCKED
The signer entered the wrong security code too many times. Only applicable for signers addressed bye-mail addressormobile number. -
SIGNERS_NAME_NOT_AVAILABLE
Indicates that the service was unable to retrieve the signer's name.This happens when the signer's name is permanently unavailable in the lookup service, creating and signing a new signature job with the same signer will yield the same result.
Only applicable for
authenticated signatureswhere the sender requires signed documents to containnameasthe signer's identifier.
-
-
Method Details