Package | Description |
---|---|
com.okta.sdk.resource.api | |
com.okta.sdk.resource.model |
Modifier and Type | Method and Description |
---|---|
UserCredentials |
UserApi.changePassword(String userId,
ChangePasswordRequest changePasswordRequest,
Boolean strict)
Change Password
Changes a user's password by validating the user's current password.
|
UserCredentials |
UserApi.changePassword(String userId,
ChangePasswordRequest changePasswordRequest,
Boolean strict,
Map<String,String> additionalHeaders)
Change Password
Changes a user's password by validating the user's current password.
|
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
ChangePasswordRequest.newPassword(PasswordCredential newPassword) |
ChangePasswordRequest |
ChangePasswordRequest.oldPassword(PasswordCredential oldPassword) |
ChangePasswordRequest |
ChangePasswordRequest.revokeSessions(Boolean revokeSessions) |
Copyright © 2017–2023 Okta. All rights reserved.