public class SignerStatus extends Object
Modifier and Type | Field and Description |
---|---|
static SignerStatus |
EXPIRED
The signer has not made a decision to either sign or reject the document within the
specified time limit.
|
static SignerStatus |
FAILED
An unexpected error occured during the signing ceremony.
|
static SignerStatus |
NOT_APPLICABLE
The job has reached a state where the status of this signature is not applicable.
|
static SignerStatus |
REJECTED
The signer has rejected to sign the document.
|
static SignerStatus |
SIGNED
The signer has successfully signed the document.
|
static SignerStatus |
SIGNERS_NAME_NOT_AVAILABLE
Indicates that the service was unable to retrieve the signer's name.
|
static SignerStatus |
WAITING
The signer has yet to review the document and decide if she/he wants to sign or
reject it.
|
Constructor and Description |
---|
SignerStatus(String identifier) |
public static final SignerStatus REJECTED
public static final SignerStatus EXPIRED
public static final SignerStatus WAITING
public static final SignerStatus SIGNED
public static final SignerStatus FAILED
public static final SignerStatus NOT_APPLICABLE
DirectJobStatus.FAILED
state. Any remaining (previously WAITING
)
signatures are marked as NOT_APPLICABLE
.public static final SignerStatus SIGNERS_NAME_NOT_AVAILABLE
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 signatures
where the sender requires signed documents to contain name
as the signer's identifier
.
public SignerStatus(String identifier)
Copyright © 2018 Digipost. All rights reserved.