public interface JobCustomizations<B extends JobCustomizations<B>>
| Modifier and Type | Method and Description |
|---|---|
B |
requireAuthentication(AuthenticationLevel minimumLevel)
Specify the minimum level of authentication of the signer(s) of this job.
|
B |
withIdentifierInSignedDocuments(IdentifierInSignedDocuments identifier)
Specify how the signer(s) of this job should be identified in the signed documents (XAdES and PAdES);
by
personal identification number and name,
date of birth and name or
name only. |
B |
withReference(String reference)
Set a custom reference that is attached to the job.
|
B |
withReference(UUID uuid)
Set an
UUID as custom reference that is attached to the job. |
B |
withSender(Sender sender)
Set the sender for this specific signature job.
|
B withSender(Sender sender)
You may use ClientConfiguration.Builder.globalSender(Sender)
to specify a global sender used for all signature jobs.
B requireAuthentication(AuthenticationLevel minimumLevel)
minimumLevel - the required minimum AuthenticationLevel.B withReference(UUID uuid)
UUID as custom reference that is attached to the job.uuid - the UUID to use as reference.B withReference(String reference)
reference - the referenceB withIdentifierInSignedDocuments(IdentifierInSignedDocuments identifier)
personal identification number and name,
date of birth and name or
name only.
Not all options are available to every sender, this is detailed in the service's functional documentation.
identifier - the identifier typeCopyright © 2018 Digipost. All rights reserved.