Module org.elasticsearch.xcore
Interface UserRequest
- All Known Implementing Classes:
ChangePasswordRequest,DeleteUserRequest,GetUserPrivilegesRequest,GetUsersRequest,HasPrivilegesRequest,PutUserRequest,SetEnabledRequest
public interface UserRequest
Interface for requests that involve user operations
-
Method Summary
-
Method Details
-
usernames
String[] usernames()Accessor for the usernames that this request pertains to.nullshould never be returned!
-