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 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. 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.AuthenticationResponse
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 ChangePasswordRequest Modifier and Type Method Description AuthenticationResponse
DefaultAuthenticationClient. changePassword(ChangePasswordRequest changePasswordRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler)
AuthenticationResponse
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 ChangePasswordRequest Modifier and Type Class Description class
DefaultChangePasswordRequest
Methods in com.okta.authn.sdk.impl.resource that return ChangePasswordRequest Modifier and Type Method Description ChangePasswordRequest
DefaultChangePasswordRequest. setNewPassword(char[] newPassword)
ChangePasswordRequest
DefaultChangePasswordRequest. setOldPassword(char[] oldPassword)
ChangePasswordRequest
DefaultChangePasswordRequest. 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 ChangePasswordRequest
ChangePasswordRequest. setNewPassword(char[] newPassword)
ChangePasswordRequest
ChangePasswordRequest. setOldPassword(char[] oldPassword)
ChangePasswordRequest
ChangePasswordRequest. setStateToken(java.lang.String stateToken)
-