Uses of Class
no.digipost.signature.client.portal.SignatureStatus
Packages that use SignatureStatus
-
Uses of SignatureStatus in no.digipost.signature.client.portal
Fields in no.digipost.signature.client.portal declared as SignatureStatusModifier and TypeFieldDescriptionstatic final SignatureStatusSignatureStatus.BLOCKEDThe signer entered the wrong security code too many times.static final SignatureStatusSignatureStatus.CANCELLEDThis signer has been cancelled by the sender, and will not be able to sign the document.static final SignatureStatusSignatureStatus.CONTACT_INFORMATION_MISSINGWe were not able to locate any channels (email, SMS) for notifying the signer to sign the document.static final SignatureStatusSignatureStatus.EXPIREDThe signer has not made a decision to either sign or reject the document within the specified time limit,static final SignatureStatusSignatureStatus.NOT_APPLICABLEThe job has reached a state where the status of this signature is not applicable.static final SignatureStatusSignatureStatus.REJECTEDThe signer has rejected to sign the document.static final SignatureStatusSignatureStatus.RESERVEDThis signer is reserved from receiving documents electronically, and will not receive the document for signing.static final SignatureStatusSignatureStatus.SIGNEDThe signer has successfully signed the document.static final SignatureStatusSignatureStatus.SIGNERS_NAME_NOT_AVAILABLEIndicates that the service was unable to retrieve the signer's name.static final SignatureStatusSignatureStatus.WAITINGThe signer has yet to review the document and decide if she/he wants to sign or reject it.Methods in no.digipost.signature.client.portal that return SignatureStatusMethods in no.digipost.signature.client.portal with parameters of type SignatureStatusConstructors in no.digipost.signature.client.portal with parameters of type SignatureStatusModifierConstructorDescriptionSignature(String personalIdentificationNumber, no.digipost.signature.api.xml.XMLNotifications identifier, SignatureStatus status, Instant statusDateTime, XAdESReference xAdESReference)