Uses of Interface
com.okta.authn.sdk.resource.ChangePasswordRequest
-
Packages that use ChangePasswordRequest Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of ChangePasswordRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type ChangePasswordRequest Modifier and Type Method Description default 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.AuthenticationResponseAuthenticationClient. 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.AuthenticationResponseAuthenticationClient. 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 ChangePasswordRequest Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. changePassword(ChangePasswordRequest changePasswordRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler)AuthenticationResponseDefaultAuthenticationClient. 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 ChangePasswordRequest Modifier and Type Class Description classDefaultChangePasswordRequestMethods in com.okta.authn.sdk.impl.resource that return ChangePasswordRequest Modifier and Type Method Description ChangePasswordRequestDefaultChangePasswordRequest. setNewPassword(char[] newPassword)ChangePasswordRequestDefaultChangePasswordRequest. setOldPassword(char[] oldPassword)ChangePasswordRequestDefaultChangePasswordRequest. setStateToken(java.lang.String stateToken) -
Uses of ChangePasswordRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return ChangePasswordRequest Modifier and Type Method Description ChangePasswordRequestChangePasswordRequest. setNewPassword(char[] newPassword)ChangePasswordRequestChangePasswordRequest. setOldPassword(char[] oldPassword)ChangePasswordRequestChangePasswordRequest. setStateToken(java.lang.String stateToken)
-