Uses of Package
org.elasticsearch.client.security
-
Packages that use org.elasticsearch.client.security Package Description org.elasticsearch.client org.elasticsearch.client.security -
Classes in org.elasticsearch.client.security used by org.elasticsearch.client Class Description AuthenticateResponse The response for the authenticate call.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 realmsClearRealmCacheResponse 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 cacheCreateApiKeyRequest Request to create API keyCreateApiKeyResponse Response for create API keyCreateTokenRequest Request to create a new OAuth2 token from the Elasticsearch cluster.CreateTokenResponse Response when creating a new OAuth2 token in the Elasticsearch cluster.DelegatePkiAuthenticationRequest DelegatePkiAuthenticationResponse DeletePrivilegesRequest A request to delete application privilegesDeletePrivilegesResponse Response for application privileges deletionDeleteRoleMappingRequest Request object to delete a role mapping.DeleteRoleMappingResponse Response when deleting a role mapping.DeleteRoleRequest A request delete a role from the security indexDeleteRoleResponse Response for a role being deleted from the native realmDeleteUserRequest A request to delete a user from the native realm.DeleteUserResponse Response for a user being deleted from the native realmDisableUserRequest Request object to disable a native realm or built-in user.EnableUserRequest Request object to enable a native realm or built-in user.GetApiKeyRequest Request for get API keyGetApiKeyResponse Response for get API keys.
The result contains information about the API keys that were found.GetBuiltinPrivilegesResponse Get builtin privileges responseGetPrivilegesRequest Request object to get application privilege(s)GetPrivilegesResponse Get application privileges responseGetRoleMappingsRequest Request object to get role mappingsGetRoleMappingsResponse Get role mappings responseGetRolesRequest Request object to retrieve roles from the native roles storeGetRolesResponse Response when requesting one or more roles.GetSslCertificatesResponse Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.GetUserPrivilegesResponse The response for theSecurityClient.getUserPrivileges(RequestOptions)API.GetUsersRequest Request object to retrieve users from the native realmGetUsersResponse Response when requesting zero or more users.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 usedInvalidateApiKeyResponse 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. -
Classes in org.elasticsearch.client.security used by org.elasticsearch.client.security Class Description AuthenticateRequest Empty request object required to make the authenticate call.AuthenticateResponse The response for the authenticate call.AuthenticateResponse.RealmInfo ClearRealmCacheResponse Response for a clear realm cache request.ClearRolesCacheResponse The response object that will be returned when clearing the roles cacheCreateApiKeyResponse Response for create API keyCreateTokenRequest Request to create a new OAuth2 token from the Elasticsearch cluster.CreateTokenResponse Response when creating a new OAuth2 token in the Elasticsearch cluster.DelegatePkiAuthenticationResponse DeletePrivilegesResponse Response for application privileges deletionDeleteRoleMappingResponse Response when deleting a role mapping.DeleteRoleResponse Response for a role being deleted from the native realmDeleteUserResponse Response for a user being deleted from the native realmExpressionRoleMapping A representation of a single role-mapping.GetApiKeyRequest Request for get API keyGetApiKeyResponse 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 responseGetPrivilegesRequest Request object to get application privilege(s)GetPrivilegesResponse Get application privileges responseGetRoleMappingsResponse Get role mappings responseGetRolesResponse 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 A request object for theSecurityClient.getUserPrivileges(RequestOptions)API.GetUserPrivilegesResponse The response for theSecurityClient.getUserPrivileges(RequestOptions)API.GetUsersResponse Response when requesting zero or more users.GetUsersResponse.ParsedUser 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 usedInvalidateApiKeyResponse InvalidateTokenRequest Request to invalidate a OAuth2 token within the Elasticsearch cluster.InvalidateTokenResponse Response when invalidating one or multiple OAuth2 access tokens and refresh tokens.PutPrivilegesResponse Response when creating/updating one or more application privileges to the security index.PutRoleMappingResponse Response when adding/updating a role mapping.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.RefreshPolicy Enumeration of values that control the refresh policy for a request that supports specifying a refresh policy.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.TemplateRoleName.Format