File tree 2 files changed +6
-14
lines changed
docs/java-rest/high-level
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
- [[java-rest-high-security-put-user ]]
2
- === Change Password User API
1
+ [[java-rest-high-security-change-password ]]
2
+ === Change Password API
3
3
4
- [[java-rest-high-security-put-user -execution]]
4
+ [[java-rest-high-security-change-password -execution]]
5
5
==== Execution
6
6
7
7
A user's password can be changed using the `security().changePassword()`
@@ -18,7 +18,7 @@ include-tagged::{doc-tests}/SecurityDocumentationIT.java[change-password-execute
18
18
The returned `EmptyResponse` does not contain any fields. The return of this
19
19
response indicates a successful request.
20
20
21
- [[java-rest-high-x-pack-security-put-user -async]]
21
+ [[java-rest-high-x-pack-security-change-password -async]]
22
22
==== Asynchronous Execution
23
23
24
24
This request can be executed asynchronously:
Original file line number Diff line number Diff line change @@ -295,10 +295,12 @@ The Java High Level REST Client supports the following Security APIs:
295
295
* <<java-rest-high-security-put-user>>
296
296
* <<java-rest-high-security-enable-user>>
297
297
* <<java-rest-high-security-disable-user>>
298
+ * <<java-rest-high-security-change-password>>
298
299
299
300
include::security/put-user.asciidoc[]
300
301
include::security/enable-user.asciidoc[]
301
302
include::security/disable-user.asciidoc[]
303
+ include::security/change-password.asciidoc[]
302
304
303
305
== Watcher APIs
304
306
@@ -310,16 +312,6 @@ The Java High Level REST Client supports the following Watcher APIs:
310
312
include::watcher/put-watch.asciidoc[]
311
313
include::watcher/delete-watch.asciidoc[]
312
314
313
- == Security APIs
314
-
315
- The Java High Level REST Client supports the following Security APIs:
316
-
317
- * <<java-rest-high-x-pack-security-put-user>>
318
- * <<java-rest-high-change-password-user>>
319
-
320
- include::x-pack/security/put-user.asciidoc[]
321
- include::security/change-password.asciidoc[]
322
-
323
315
== Graph APIs
324
316
325
317
The Java High Level REST Client supports the following Graph APIs:
You can’t perform that action at this time.
0 commit comments