| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.FAILED |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.INVALID_SIGNER |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.LOCKED |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.NOT_YET_ATTEMPTED |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.PASSED |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.UPDATED |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthentication.getKnowledgeBasedAuthenticationStatus() |
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.UNRECOGNIZED(String unknownValue)
Deprecated.
Please upgrade your SDK version to support new types in this enumeration.
|
static KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatus.valueOf(String name) |
static KnowledgeBasedAuthenticationStatus[] |
KnowledgeBasedAuthenticationStatus.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBasedAuthentication.setKnowledgeBasedAuthenticationStatus(KnowledgeBasedAuthenticationStatus knowledgeBasedAuthenticationStatus) |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBasedAuthenticationStatus |
KnowledgeBasedAuthenticationStatusConverter.toSDKKnowledgeBasedAuthenticationStatus()
Convert from API KnowledgeBasedAuthenticationStatus to SDK KnowledgeBasedAuthenticationStatus.
|
| Constructor and Description |
|---|
KnowledgeBasedAuthenticationStatusConverter(KnowledgeBasedAuthenticationStatus sdkKnowledgeBasedAuthenticationStatus)
Construct with SDK KnowledgeBasedAuthenticationStatus object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.