com.silanis.esl.sdk
Class AuthenticationMethod

java.lang.Object
  extended by com.silanis.esl.sdk.internal.converter.EslEnumeration
      extended by com.silanis.esl.sdk.AuthenticationMethod

public class AuthenticationMethod
extends EslEnumeration


Field Summary
static AuthenticationMethod CHALLENGE
           
static AuthenticationMethod EMAIL
           
static AuthenticationMethod KBA
           
static AuthenticationMethod SMS
           
static AuthenticationMethod SSO
           
 
Fields inherited from class com.silanis.esl.sdk.internal.converter.EslEnumeration
log
 
Method Summary
static AuthenticationMethod UNRECOGNIZED(String unknownValue)
          Deprecated. Please upgrade your SDK version to support new types in this enumeration.
static AuthenticationMethod valueOf(String name)
           
static AuthenticationMethod[] values()
           
 
Methods inherited from class com.silanis.esl.sdk.internal.converter.EslEnumeration
getApiValue, name, ordinal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMAIL

public static final AuthenticationMethod EMAIL

CHALLENGE

public static final AuthenticationMethod CHALLENGE

SMS

public static final AuthenticationMethod SMS

KBA

public static final AuthenticationMethod KBA

SSO

public static final AuthenticationMethod SSO
Method Detail

UNRECOGNIZED

@Deprecated
public static final AuthenticationMethod UNRECOGNIZED(String unknownValue)
Deprecated. Please upgrade your SDK version to support new types in this enumeration.

DO NOT USE! This is an internal implementation concern. It is there to avoid crashes in existing code when new values are added to the enumerations by new versions of eSignLive. If you need access to those new values, you should upgrade your SDK version.


values

public static AuthenticationMethod[] values()

valueOf

public static AuthenticationMethod valueOf(String name)


Copyright 2014, Silanis Technology, Inc. All rights reserved.