Uses of Class
com.okta.sdk.resource.model.ChangePasswordRequest
-
Uses of ChangePasswordRequest in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserCredApi.changePassword
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Update Password Updates a User's password by validating the User's current Password.UserCredApi.changePassword
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict, Map<String, String> additionalHeaders) Update Password Updates a User's password by validating the User's current Password. -
Uses of ChangePasswordRequest in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionChangePasswordRequest.newPassword
(PasswordCredential newPassword) ChangePasswordRequest.oldPassword
(PasswordCredential oldPassword) ChangePasswordRequest.revokeSessions
(Boolean revokeSessions)