Uses of Interface
com.okta.authn.sdk.resource.ChangePasswordRequest
Packages that use ChangePasswordRequest
Package
Description
-
Uses of ChangePasswordRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type ChangePasswordRequestModifier and TypeMethodDescriptiondefault AuthenticationResponseAuthenticationClient.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 AuthenticationResponseAuthenticationClient.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
Methods in com.okta.authn.sdk.impl.client with parameters of type ChangePasswordRequestModifier 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
Classes in com.okta.authn.sdk.impl.resource that implement ChangePasswordRequestMethods in com.okta.authn.sdk.impl.resource that return ChangePasswordRequestModifier and TypeMethodDescriptionDefaultChangePasswordRequest.setNewPassword(char[] newPassword) DefaultChangePasswordRequest.setOldPassword(char[] oldPassword) DefaultChangePasswordRequest.setStateToken(String stateToken) -
Uses of ChangePasswordRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return ChangePasswordRequestModifier and TypeMethodDescriptionChangePasswordRequest.setNewPassword(char[] newPassword) ChangePasswordRequest.setOldPassword(char[] oldPassword) ChangePasswordRequest.setStateToken(String stateToken)