Uses of Class
org.elasticsearch.client.security.user.User
-
Packages that use User Package Description org.elasticsearch.client.security -
-
Uses of User in org.elasticsearch.client.security
Fields in org.elasticsearch.client.security declared as User Modifier and Type Field Description protected UserGetUsersResponse.ParsedUser. userMethods in org.elasticsearch.client.security that return User Modifier and Type Method Description UserAuthenticateResponse. getUser()UserPutUserRequest. getUser()Methods in org.elasticsearch.client.security that return types with arguments of type User Modifier and Type Method Description Set<User>GetUsersResponse. getEnabledUsers()Set<User>GetUsersResponse. getUsers()Methods in org.elasticsearch.client.security with parameters of type User Modifier and Type Method Description static PutUserRequestPutUserRequest. updateUser(User user, boolean enabled, RefreshPolicy refreshPolicy)Update an existing user in the native realm without modifying their password.static PutUserRequestPutUserRequest. withPassword(User user, char[] password, boolean enabled, RefreshPolicy refreshPolicy)Create or update a user in the native realm, with the user's new or updated password specified in plaintext.static PutUserRequestPutUserRequest. withPasswordHash(User user, char[] passwordHash, boolean enabled, RefreshPolicy refreshPolicy)Create or update a user in the native realm, with the user's new or updated password specified as a cryptographic hash.Constructors in org.elasticsearch.client.security with parameters of type User Constructor Description AuthenticateResponse(User user, boolean enabled, AuthenticateResponse.RealmInfo authenticationRealm, AuthenticateResponse.RealmInfo lookupRealm)PutUserRequest(User user, char[] password, boolean enabled, RefreshPolicy refreshPolicy)Constructor parameters in org.elasticsearch.client.security with type arguments of type User Constructor Description GetUsersResponse(Set<User> users, Set<User> enabledUsers)
-