| Modifier and Type | Method and Description |
|---|---|
io.getlime.core.rest.model.base.response.ObjectResponse<AuthenticationResponse> |
DataAdapterClient.authenticateUser(String username,
String password,
OperationContext operationContext)
Perform authentication with provided username and password.
|
io.getlime.core.rest.model.base.response.ObjectResponse<CreateSMSAuthorizationResponse> |
DataAdapterClient.createAuthorizationSMS(String userId,
OperationContext operationContext,
String lang)
Create authorization SMS message with OTP authorization code.
|
io.getlime.core.rest.model.base.response.ObjectResponse<DecorateOperationFormDataResponse> |
DataAdapterClient.decorateOperationFormData(String userId,
OperationContext operationContext)
Decorate operation form data.
|
io.getlime.core.rest.model.base.response.ObjectResponse<UserDetailResponse> |
DataAdapterClient.fetchUserDetail(String userId)
Obtain user details for given user ID.
|
io.getlime.core.rest.model.base.response.ObjectResponse |
DataAdapterClient.formDataChangedNotification(FormDataChange formDataChange,
String userId,
OperationContext operationContext)
Send a notification about form data change.
|
io.getlime.core.rest.model.base.response.ObjectResponse |
DataAdapterClient.operationChangedNotification(OperationChange operationChange,
String userId,
OperationContext operationContext)
Send a notification about operation change.
|
io.getlime.core.rest.model.base.response.Response |
DataAdapterClient.verifyAuthorizationSMS(String messageId,
String authorizationCode,
OperationContext operationContext)
Verify OTP authorization code for previously generated SMS message.
|
Copyright © 2016–2019 Lime - HighTech Solutions Inc.. All rights reserved.