|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silanis.esl.sdk.builder.SignerBuilder.AuthenticationBuilder
com.silanis.esl.sdk.builder.SignerBuilder.ChallengeBuilder
public static class SignerBuilder.ChallengeBuilder
Challenge builder is a convenient class used to create an Authentication object. It is used to help define the authentication questions and answers when the user logs on to eSignLive.
Constructor Summary | |
---|---|
SignerBuilder.ChallengeBuilder(String question)
Challenge builder constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.silanis.esl.sdk.builder.SignerBuilder.AuthenticationBuilder |
---|
newAuthenticationWithMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignerBuilder.ChallengeBuilder(String question)
question
- the question @size(min="1", max="255")Method Detail |
---|
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 challenge
firstQuestion(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.AuthenticationBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |