| AuthenticateRequest |
Empty request object required to make the authenticate call.
|
| AuthenticateResponse |
The response for the authenticate call.
|
| AuthenticateResponse.RealmInfo |
|
| ChangePasswordRequest |
Request object to change the password of a user of a native realm or a built-in user.
|
| ClearRealmCacheRequest |
Request for clearing the cache of one or more realms
|
| ClearRealmCacheResponse |
Response for a clear realm cache request.
|
| ClearRolesCacheRequest |
The request used to clear the cache for native roles stored in an index.
|
| ClearRolesCacheResponse |
The response object that will be returned when clearing the roles cache
|
| CreateApiKeyRequest |
Request to create API key
|
| CreateApiKeyResponse |
Response for create API key
|
| CreateTokenRequest |
Request to create a new OAuth2 token from the Elasticsearch cluster.
|
| CreateTokenResponse |
Response when creating a new OAuth2 token in the Elasticsearch cluster.
|
| DeletePrivilegesRequest |
A request to delete application privileges
|
| DeletePrivilegesResponse |
Response for application privileges deletion
|
| DeleteRoleMappingRequest |
Request object to delete a role mapping.
|
| DeleteRoleMappingResponse |
Response when deleting a role mapping.
|
| DeleteRoleRequest |
A request delete a role from the security index
|
| DeleteRoleResponse |
Response for a role being deleted from the native realm
|
| DeleteUserRequest |
A request to delete a user from the native realm.
|
| DeleteUserResponse |
Response for a user being deleted from the native realm
|
| DisableUserRequest |
Request object to disable a native realm or built-in user.
|
| EnableUserRequest |
Request object to enable a native realm or built-in user.
|
| ExpressionRoleMapping |
A representation of a single role-mapping.
|
| GetApiKeyRequest |
Request for get API key
|
| GetApiKeyResponse |
Response for get API keys.
The result contains information about the API keys that were found.
|
| GetBuiltinPrivilegesRequest |
Request object to retrieve the privilege that are builtin to the Elasticsearch cluster.
|
| GetBuiltinPrivilegesResponse |
Get builtin privileges response
|
| GetPrivilegesRequest |
Request object to get application privilege(s)
|
| GetPrivilegesResponse |
Get application privileges response
|
| GetRoleMappingsRequest |
Request object to get role mappings
|
| GetRoleMappingsResponse |
Get role mappings response
|
| GetRolesRequest |
Request object to retrieve roles from the native roles store
|
| GetRolesResponse |
Response when requesting one or more roles.
|
| GetSslCertificatesRequest |
Request object to retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
| GetSslCertificatesResponse |
Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
| GetUserPrivilegesRequest |
|
| GetUserPrivilegesResponse |
|
| GetUsersRequest |
Request object to retrieve users from the native realm
|
| GetUsersResponse |
Response when requesting zero or more users.
|
| GetUsersResponse.ParsedUser |
|
| HasPrivilegesRequest |
Request to determine whether the current user has a list of privileges.
|
| HasPrivilegesResponse |
Response when checking whether the current user has a defined set of privileges.
|
| InvalidateApiKeyRequest |
Request for invalidating API key(s) so that it can no longer be used
|
| InvalidateApiKeyResponse |
|
| InvalidateTokenRequest |
Request to invalidate a OAuth2 token within the Elasticsearch cluster.
|
| InvalidateTokenResponse |
Response when invalidating one or multiple OAuth2 access tokens and refresh tokens.
|
| PutPrivilegesRequest |
Request object for creating/updating application privileges.
|
| PutPrivilegesResponse |
Response when creating/updating one or more application privileges to the
security index.
|
| PutRoleMappingRequest |
Request object to create or update a role mapping.
|
| PutRoleMappingResponse |
Response when adding/updating a role mapping.
|
| PutRoleRequest |
Request object to create or update a role.
|
| PutRoleResponse |
Response when adding a role to the native roles store.
|
| PutUserRequest |
Request object to create or update a user in the native realm.
|
| PutUserResponse |
Response when adding a user to the native realm.
|
| SecurityNodesResponse |
Base class for security responses that are node responses.
|
| SecurityNodesResponse.Node |
|
| SetUserEnabledRequest |
Abstract request object to enable or disable a built-in or native user.
|
| TemplateRoleName |
A role name that uses a dynamic template.
|