Uses of Class
com.okta.sdk.resource.model.ChangePasswordRequest
Packages that use ChangePasswordRequest
-
Uses of ChangePasswordRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type ChangePasswordRequestModifier 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
Methods in com.okta.sdk.resource.model that return ChangePasswordRequestModifier and TypeMethodDescriptionChangePasswordRequest.newPassword
(PasswordCredential newPassword) ChangePasswordRequest.oldPassword
(PasswordCredential oldPassword) ChangePasswordRequest.revokeSessions
(Boolean revokeSessions)