| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.CHALLENGE |
static AuthenticationMethod |
AuthenticationMethod.EMAIL |
static AuthenticationMethod |
AuthenticationMethod.IDV |
static AuthenticationMethod |
AuthenticationMethod.KBA |
static AuthenticationMethod |
AuthenticationMethod.SMS |
static AuthenticationMethod |
AuthenticationMethod.SSO |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
Signer.getAuthenticationMethod()
Accessor method used to retrieve the authentication method used by the signer
|
AuthenticationMethod |
Authentication.getMethod() |
static AuthenticationMethod |
AuthenticationMethod.UNRECOGNIZED(String unknownValue)
Deprecated.
Please upgrade your SDK version to support new types in this enumeration.
|
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name) |
static AuthenticationMethod[] |
AuthenticationMethod.values() |
| Constructor and Description |
|---|
Authentication(AuthenticationMethod method) |
Authentication(AuthenticationMethod method,
String phoneNumber) |
Authentication(AuthenticationMethod method,
String phoneNumber,
IdvWorkflow idvWorkflow) |
| Modifier and Type | Method and Description |
|---|---|
static SignerBuilder.AuthenticationBuilder |
SignerBuilder.AuthenticationBuilder.newAuthenticationWithMethod(AuthenticationMethod method) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
AuthenticationMethodConverter.toSDKAuthMethod()
Convert from API authentication method to SDK authentication method.
|
| Constructor and Description |
|---|
AuthenticationMethodConverter(AuthenticationMethod sdkAuthMethod)
Construct with SDK authentication method object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.