elasticsearch/docs/java-rest/high-level/security
Albert Zaharovits bdd8460906
HLRest: add security authenticate API (#33552)
This adds the security `_authenticate` API to the HLREST client.
It is unlike some of the other APIs because the request does not
have a body.
The commit also creates the `User` entity. It is important
to note that the `User` entity does not have the `enabled`
flag. The `enabled` flag is part of the response, alongside
the `User` entity.
Moreover this adds the `SecurityIT` test class 
(extending `ESRestHighLevelClientTestCase`).

Relates #29827
2018-10-31 14:49:33 +02:00
..
authenticate.asciidoc HLRest: add security authenticate API (#33552) 2018-10-31 14:49:33 +02:00
change-password.asciidoc Fix HLRC docs 2018-10-02 13:23:44 +03:00
clear-roles-cache.asciidoc HLREST: Add Clear Roles Cache API (#34187) 2018-10-26 12:16:44 -06:00
create-token.asciidoc HLRC: Add security Create Token API (#34791) 2018-10-29 17:17:56 +11:00
delete-role-mapping.asciidoc [HLRC] Add support for Delete role mapping API (#34531) 2018-10-19 13:46:26 +11:00
delete-role.asciidoc HLRC: Delete role API (#34620) 2018-10-20 12:11:36 +02:00
disable-user.asciidoc HLRC: add enable and disable user API support (#33481) 2018-09-07 11:51:37 -06:00
enable-user.asciidoc HLRC: add enable and disable user API support (#33481) 2018-09-07 11:51:37 -06:00
get-certificates.asciidoc HLRC: Get SSL Certificates API (#34135) 2018-10-15 17:20:34 +01:00
get-role-mappings.asciidoc [HLRC] Add support for get role mappings API (#34637) 2018-10-29 10:12:13 +11:00
put-role-mapping.asciidoc [HLRC] Add support for Delete role mapping API (#34531) 2018-10-19 13:46:26 +11:00
put-user.asciidoc HLRC: add enable and disable user API support (#33481) 2018-09-07 11:51:37 -06:00