| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| Modifier and Type | Method and Description |
|---|---|
SignerBuilder |
SignerBuilder.canChangeSigner()
The signer can assign someone else to sign the package.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(KnowledgeBasedAuthentication knowledgeBasedAuthentication)
Adds KBA to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForEquifaxCanada signerInformationForEquifaxCanada)
Adds a signer information for Equifax Canada to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForEquifaxCanadaBuilder signerInformationForEquifaxCanadaBuilder)
Adds a signer information for Equifax Canada to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForEquifaxUSA signerInformationForEquifaxUSA)
Adds a signer information for Equifax USA to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForEquifaxUSABuilder signerInformationForEquifaxUSABuilder)
Adds a signer information for Equifax USA to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForLexisNexis signerInformationForLexisNexis)
Adds a signer information for Equifax USA to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithKnowledgeBasedAuthentication(SignerInformationForLexisNexisBuilder signerInformationForLexisNexisBuilder)
Adds a signer information for Lexis Nexis USA to the signer.
|
SignerBuilder |
SignerBuilder.challengedWithQuestions(SignerBuilder.ChallengeBuilder challengeBuilder)
Sets the signer's authentication type to CHALLENGE.
|
SignerBuilder |
SignerBuilder.deliverSignedDocumentsByEmail()
Invoking this method results in documents being distributed back to the sender as an email attachments once the package is complete.
|
static SignerBuilder |
SignerBuilder.newSignerFromGroup(GroupId groupId)
Creates a SignerBuilder object.
|
static SignerBuilder |
SignerBuilder.newSignerPlaceholder(Placeholder placeholder)
Creates a SignerBuilder object.
|
static SignerBuilder |
SignerBuilder.newSignerWithEmail(String email)
Creates a SignerBuilder object.
|
SignerBuilder |
SignerBuilder.replacing(Placeholder placeholder)
Sets the signer's ID to the placeholder's ID.
|
SignerBuilder |
SignerBuilder.signingOrder(int signingOrder)
Sets the signing order.
|
SignerBuilder |
SignerBuilder.withAttachmentRequirement(AttachmentRequirement attachmentRequirement)
Adds an attachment requirement for the signer.
|
SignerBuilder |
SignerBuilder.withAttachmentRequirement(AttachmentRequirementBuilder builder)
Adds an attachment requirement for the signer.
|
SignerBuilder |
SignerBuilder.withAuthentication(Authentication authentication)
Sets the Signer's authentication.
|
SignerBuilder |
SignerBuilder.withCompany(String company)
Sets the signer's company name.
|
SignerBuilder |
SignerBuilder.withCustomId(String id)
Sets the ID of the signer for this package.
|
SignerBuilder |
SignerBuilder.withEmailMessage(String message)
Sets the signer's email message they will receive in the email invitation to start the signing ceremony.
|
SignerBuilder |
SignerBuilder.withFirstName(String firstName)
Sets the signer's first name.
|
SignerBuilder |
SignerBuilder.withIDVAuthentication(IdvWorkflow idvWorkflow)
Sets the signer's authentication type to SAA.
|
SignerBuilder |
SignerBuilder.withIDVAuthentication(String phoneNumber,
IdvWorkflow idvWorkflow)
Sets the signer's authentication type to SAA.
|
SignerBuilder |
SignerBuilder.withLanguage(Locale language)
Sets the signer's language.
|
SignerBuilder |
SignerBuilder.withLastName(String lastName)
Sets the signer's last name.
|
SignerBuilder |
SignerBuilder.withLocalLanguage() |
SignerBuilder |
SignerBuilder.withRoleId(String roleId)
Deprecated.
Use withCustomId() from now on. Will get deleted in a future release
|
SignerBuilder |
SignerBuilder.withSmsSentTo(String phoneNumber)
Sets the signer's authentication type to SMS.
|
SignerBuilder |
SignerBuilder.withSSOAuthentication()
Sets the signer's authentication type to SSO.
|
SignerBuilder |
SignerBuilder.withTitle(String title)
Sets the signer's title.
|
| Modifier and Type | Method and Description |
|---|---|
PackageBuilder |
PackageBuilder.withSigner(SignerBuilder builder)
Adds a signer to the package.
|
Copyright 2022 OneSpan All rights reserved.