Class SignerStatus
java.lang.Object
no.digipost.signature.client.direct.SignerStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignerStatusThe signer has not made a decision to either sign or reject the document within the specified time limit.static final SignerStatusAn unexpected error occured during the signing ceremony.static final SignerStatusThe job has reached a state where the status of this signature is not applicable.static final SignerStatusThe signer has rejected to sign the document.static final SignerStatusThe signer has successfully signed the document.static final SignerStatusIndicates that the service was unable to retrieve the signer's name.static final SignerStatusThe 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. -
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. -
FAILED
An unexpected error occured during the signing ceremony. -
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 aDirectJobStatus.FAILEDstate. Any remaining (previouslyWAITING) signatures are marked asNOT_APPLICABLE. -
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