Uses of Class
org.openapitools.client.model.ChangePasswordRequest
Packages that use ChangePasswordRequest
- 
Uses of ChangePasswordRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ChangePasswordRequestModifier and TypeMethodDescription<T> TUserApi.changePassword(Class<?> T, String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password.UserApi.changePassword(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password.org.springframework.http.ResponseEntity<UserCredentials>UserApi.changePasswordWithHttpInfo(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password.UserApi.changePasswordWithPaginationInfo(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password. - 
Uses of ChangePasswordRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return ChangePasswordRequestModifier and TypeMethodDescriptionChangePasswordRequest.newPassword(PasswordCredential newPassword) ChangePasswordRequest.oldPassword(PasswordCredential oldPassword) ChangePasswordRequest.revokeSessions(Boolean revokeSessions)