| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersApi.changeUserPassword(CurrentAndNewPasswordsDTO body)
Change the password of the user
Using this operation, logged-in user can change his/her password.
|
com.squareup.okhttp.Call |
UsersApi.changeUserPasswordAsync(CurrentAndNewPasswordsDTO body,
ApiCallback<Void> callback)
Change the password of the user (asynchronously)
Using this operation, logged-in user can change his/her password.
|
com.squareup.okhttp.Call |
UsersApi.changeUserPasswordCall(CurrentAndNewPasswordsDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for changeUserPassword
|
ApiResponse<Void> |
UsersApi.changeUserPasswordWithHttpInfo(CurrentAndNewPasswordsDTO body)
Change the password of the user
Using this operation, logged-in user can change his/her password.
|
| Modifier and Type | Method and Description |
|---|---|
CurrentAndNewPasswordsDTO |
CurrentAndNewPasswordsDTO.currentPassword(String currentPassword) |
CurrentAndNewPasswordsDTO |
CurrentAndNewPasswordsDTO.newPassword(String newPassword) |
Copyright © 2020 WSO2 Inc. All rights reserved.