public static class SignerBuilder.ChallengeBuilder extends SignerBuilder.AuthenticationBuilder
| Constructor and Description |
|---|
ChallengeBuilder(String question)
Challenge builder constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SignerBuilder.ChallengeBuilder |
answer(String answer)
Add answer to the first and second question.
|
SignerBuilder.ChallengeBuilder |
answer(String answer,
Challenge.MaskOptions maskOption)
Deprecated.
|
SignerBuilder.ChallengeBuilder |
answerWithMaskInput(String answer)
Add answer to the first and second question with mask input.
|
Authentication |
build() |
static SignerBuilder.ChallengeBuilder |
firstQuestion(String question)
First question asked to the user when they log on to eSignLive.
|
SignerBuilder.ChallengeBuilder |
secondQuestion(String question)
Second question asked to the user when they log on to eSignLive.
|
newAuthenticationWithMethodpublic ChallengeBuilder(String question)
question - the question @size(min="1", max="255")public static SignerBuilder.ChallengeBuilder firstQuestion(String question)
question - the first question @size(min="1", max="255")public SignerBuilder.ChallengeBuilder secondQuestion(String question)
question - the second question @size(min="1", max="255")public SignerBuilder.ChallengeBuilder answer(String answer)
It should not be invoked more than twice.
answer - answer to the authentication questions @size(min="1", max="255")firstQuestion(String),
secondQuestion(String)@Deprecated public SignerBuilder.ChallengeBuilder answer(String answer, Challenge.MaskOptions maskOption)
It should not be invoked more than twice.
answer - answer to the authentication questions @size(min="1", max="255")maskOption - enable/disable masking of challengefirstQuestion(String),
secondQuestion(String)public SignerBuilder.ChallengeBuilder answerWithMaskInput(String answer)
It should not be invoked more than twice.
answer - answer to the authentication questions @size(min="1", max="255")firstQuestion(String),
secondQuestion(String)public Authentication build()
build in class SignerBuilder.AuthenticationBuilderCopyright 2022 OneSpan All rights reserved.