| Modifier and Type | Method and Description |
|---|---|
io.getlime.core.rest.model.base.response.ObjectResponse<UserAuthenticationResponse> |
DataAdapterClient.authenticateUser(String userId,
String organizationId,
String password,
AuthenticationContext authenticationContext,
OperationContext operationContext)
Perform authentication with provided username and password.
|
io.getlime.core.rest.model.base.response.ObjectResponse<CreateSmsAuthorizationResponse> |
DataAdapterClient.createAuthorizationSms(String userId,
String organizationId,
OperationContext operationContext,
String lang,
boolean resend)
Create authorization SMS message with OTP authorization code.
|
io.getlime.core.rest.model.base.response.ObjectResponse<CreateConsentFormResponse> |
DataAdapterClient.createConsentForm(String userId,
String organizationId,
OperationContext operationContext,
String lang)
Create OAuth 2.0 consent form.
|
io.getlime.core.rest.model.base.response.ObjectResponse<DecorateOperationFormDataResponse> |
DataAdapterClient.decorateOperationFormData(String userId,
String organizationId,
OperationContext operationContext)
Decorate operation form data.
|
io.getlime.core.rest.model.base.response.ObjectResponse<UserDetailResponse> |
DataAdapterClient.fetchUserDetail(String userId,
String organizationId)
Obtain user details for given user ID.
|
io.getlime.core.rest.model.base.response.ObjectResponse |
DataAdapterClient.formDataChangedNotification(FormDataChange formDataChange,
String userId,
String organizationId,
OperationContext operationContext)
Send a notification about form data change.
|
io.getlime.core.rest.model.base.response.ObjectResponse<InitConsentFormResponse> |
DataAdapterClient.initConsentForm(String userId,
String organizationId,
OperationContext operationContext)
Initialize OAuth 2.0 consent form.
|
io.getlime.core.rest.model.base.response.ObjectResponse<UserDetailResponse> |
DataAdapterClient.lookupUser(String username,
String organizationId,
OperationContext operationContext)
Lookup user account.
|
io.getlime.core.rest.model.base.response.ObjectResponse |
DataAdapterClient.operationChangedNotification(OperationChange operationChange,
String userId,
String organizationId,
OperationContext operationContext)
Send a notification about operation change.
|
io.getlime.core.rest.model.base.response.ObjectResponse<SaveConsentFormResponse> |
DataAdapterClient.saveConsentForm(String userId,
String organizationId,
OperationContext operationContext,
List<ConsentOption> options)
Save options selected by the user in the OAuth 2.0 consent form.
|
io.getlime.core.rest.model.base.response.ObjectResponse<ValidateConsentFormResponse> |
DataAdapterClient.validateConsentForm(String userId,
String organizationId,
OperationContext operationContext,
String lang,
List<ConsentOption> options)
Validate options selected by the user in the OAuth 2.0 consent form.
|
io.getlime.core.rest.model.base.response.ObjectResponse<VerifySmsAuthorizationResponse> |
DataAdapterClient.verifyAuthorizationSms(String messageId,
String authorizationCode,
String userId,
String organizationId,
OperationContext operationContext)
Verify OTP authorization code for previously generated SMS message.
|
io.getlime.core.rest.model.base.response.ObjectResponse<VerifySmsAndPasswordResponse> |
DataAdapterClient.verifyAuthorizationSmsAndPassword(String messageId,
String authorizationCode,
String userId,
String organizationId,
String password,
AuthenticationContext authenticationContext,
OperationContext operationContext)
Verify OTP authorization code for previously generated SMS message together with user password.
|
Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.