Uses of Interface
com.okta.authn.sdk.resource.ChangePasswordRequest
Package
Description
-
Uses of ChangePasswordRequest in com.okta.authn.sdk.client
Modifier and TypeMethodDescriptiondefault AuthenticationResponse
AuthenticationClient.changePassword
(ChangePasswordRequest changePasswordRequest, AuthenticationStateHandler stateHandler) This operation changes a user’s password by providing the existing password and the new password password for authentication transactions with either the PASSWORD_EXPIRED or PASSWORD_WARN state.AuthenticationClient.changePassword
(ChangePasswordRequest changePasswordRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler) This operation changes a user’s password by providing the existing password and the new password password for authentication transactions with either the PASSWORD_EXPIRED or PASSWORD_WARN state.default AuthenticationResponse
AuthenticationClient.resetPassword
(ChangePasswordRequest changePasswordRequest, AuthenticationStateHandler stateHandler) Resets a user’s password to complete a recovery transaction with a PASSWORD_RESET state.AuthenticationClient.resetPassword
(ChangePasswordRequest changePasswordRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler) Resets a user’s password to complete a recovery transaction with a PASSWORD_RESET state. -
Uses of ChangePasswordRequest in com.okta.authn.sdk.impl.client
Modifier and TypeMethodDescriptionDefaultAuthenticationClient.changePassword
(ChangePasswordRequest changePasswordRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler) DefaultAuthenticationClient.resetPassword
(ChangePasswordRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of ChangePasswordRequest in com.okta.authn.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultChangePasswordRequest.setNewPassword
(char[] newPassword) DefaultChangePasswordRequest.setOldPassword
(char[] oldPassword) DefaultChangePasswordRequest.setStateToken
(String stateToken) -
Uses of ChangePasswordRequest in com.okta.authn.sdk.resource
Modifier and TypeMethodDescriptionChangePasswordRequest.setNewPassword
(char[] newPassword) ChangePasswordRequest.setOldPassword
(char[] oldPassword) ChangePasswordRequest.setStateToken
(String stateToken)