Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.CurrentAndNewPasswordsDTO
-
Packages that use CurrentAndNewPasswordsDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of CurrentAndNewPasswordsDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type CurrentAndNewPasswordsDTO Modifier and Type Method Description voidUsersApi. changeUserPassword(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)Change the Password of the user Using this operation, logged-in user can change their password.okhttp3.CallUsersApi. changeUserPasswordAsync(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO, ApiCallback<Void> _callback)Change the Password of the user (asynchronously) Using this operation, logged-in user can change their password.okhttp3.CallUsersApi. changeUserPasswordCall(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO, ApiCallback _callback)Build call for changeUserPasswordApiResponse<Void>UsersApi. changeUserPasswordWithHttpInfo(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)Change the Password of the user Using this operation, logged-in user can change their password. -
Uses of CurrentAndNewPasswordsDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return CurrentAndNewPasswordsDTO Modifier and Type Method Description CurrentAndNewPasswordsDTOCurrentAndNewPasswordsDTO. currentPassword(String currentPassword)CurrentAndNewPasswordsDTOCurrentAndNewPasswordsDTO. newPassword(String newPassword)
-