- Label - Class in com.esignlive.sdk.preparation
-
- Label(String, int, double, double, double, double) - Constructor for class com.esignlive.sdk.preparation.Label
-
- LabelSettings - Class in com.esignlive.sdk.preparation
-
- LabelSettings(String, String) - Constructor for class com.esignlive.sdk.preparation.LabelSettings
-
- LANGUAGE_KEY - Static variable in class com.esignlive.sdk.datamodel.User
-
- LAST_NAME_KEY - Static variable in class com.esignlive.sdk.datamodel.User
-
- LastNameMissingException - Exception in com.esignlive.sdk.datamodel.manage
-
This exception is thrown when last name is missing.
- LastNameMissingException() - Constructor for exception com.esignlive.sdk.datamodel.manage.LastNameMissingException
-
- List - Class in com.esignlive.sdk.preparation
-
- List(String, int, double, double, double, double) - Constructor for class com.esignlive.sdk.preparation.List
-
- ListSettings - Class in com.esignlive.sdk.preparation
-
- ListSettings(String, String, boolean, List<String>) - Constructor for class com.esignlive.sdk.preparation.ListSettings
-
- login(String, String, AuthenticationListener) - Method in class com.esignlive.sdk.ESignLive
-
Logs you into the SDK with cloud credentials.
- login(String, AuthenticationListener) - Method in class com.esignlive.sdk.ESignLive
-
Logs you into the SDK with eSignLive session token - this is useful for applications using external SSO login or any other way of authentication.
- loginFailed(Error) - Method in interface com.esignlive.sdk.AuthenticationListener
-
Gets called when the login process fails.
- loginNeeded() - Method in interface com.esignlive.sdk.ESignLiveListener
-
Gets called in case of login with session token, and if the session token expires,
or if the SDK can't refresh the sesion token because the user password was updated after the last login.
- loginSucceeded(User, boolean) - Method in interface com.esignlive.sdk.AuthenticationListener
-
Gets called when the login process succeeds
- logout() - Method in class com.esignlive.sdk.ESignLive
-
Logs the current user out of the SDK.