Package | Description |
---|---|
com.okta.authn.sdk.client | |
com.okta.authn.sdk.impl.client | |
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Method and Description |
---|---|
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.
|
AuthenticationResponse |
AuthenticationClient.resetPassword(ChangePasswordRequest changePasswordRequest,
AuthenticationStateHandler stateHandler)
Resets a user’s password to complete a recovery transaction with a PASSWORD_RESET state.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.changePassword(ChangePasswordRequest changePasswordRequest,
AuthenticationStateHandler stateHandler) |
AuthenticationResponse |
DefaultAuthenticationClient.resetPassword(ChangePasswordRequest request,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChangePasswordRequest |
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
DefaultChangePasswordRequest.setNewPassword(char[] newPassword) |
ChangePasswordRequest |
DefaultChangePasswordRequest.setOldPassword(char[] oldPassword) |
ChangePasswordRequest |
DefaultChangePasswordRequest.setStateToken(String stateToken) |
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
ChangePasswordRequest.setNewPassword(char[] newPassword) |
ChangePasswordRequest |
ChangePasswordRequest.setOldPassword(char[] oldPassword) |
ChangePasswordRequest |
ChangePasswordRequest.setStateToken(String stateToken) |
Copyright © 2018 Okta. All rights reserved.