| Package | Description |
|---|---|
| com.silanis.esl.api.model | |
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AuthChallenge> |
Auth._challenges |
| Modifier and Type | Method and Description |
|---|---|
AuthChallenge |
AuthChallenge.safeSetAnswer(String value) |
AuthChallenge |
AuthChallenge.safeSetMaskInput(Boolean value) |
AuthChallenge |
AuthChallenge.safeSetQuestion(String value) |
AuthChallenge |
AuthChallenge.setAnswer(String value) |
AuthChallenge |
AuthChallenge.setMaskInput(Boolean value) |
AuthChallenge |
AuthChallenge.setQuestion(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthChallenge> |
Auth.getChallenges() |
| Modifier and Type | Method and Description |
|---|---|
Auth |
Auth.addChallenge(AuthChallenge value) |
GuestAuth |
GuestAuth.addChallenge(AuthChallenge value) |
| Modifier and Type | Method and Description |
|---|---|
Auth |
Auth.safeSetChallenges(List<AuthChallenge> value) |
GuestAuth |
GuestAuth.safeSetChallenges(List<AuthChallenge> value) |
Auth |
Auth.setChallenges(List<AuthChallenge> value) |
GuestAuth |
GuestAuth.setChallenges(List<AuthChallenge> value) |
| Modifier and Type | Method and Description |
|---|---|
AuthChallenge |
ChallengeConverter.toAPIChallenge()
Convert from SDK to API.
|
| Constructor and Description |
|---|
ChallengeConverter(AuthChallenge apiChallenge)
construct with API object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.