Class ChangePasswordRequest

    • Constructor Detail

      • ChangePasswordRequest

        public ChangePasswordRequest​(@Nullable
                                     java.lang.String username,
                                     char[] password,
                                     RefreshPolicy refreshPolicy)
        Parameters:
        username - The username of the user whose password should be changed or null for the current user.
        password - The new password. The password array is not cleared by the ChangePasswordRequest object so the calling code must clear it after receiving the response.
        refreshPolicy - The refresh policy for the request.