Class GetUserPrivilegesRequest

java.lang.Object
org.elasticsearch.client.security.GetUserPrivilegesRequest
All Implemented Interfaces:
Validatable

public class GetUserPrivilegesRequest
extends java.lang.Object
implements Validatable
A request object for the SecurityClient.getUserPrivileges(RequestOptions) API. This request takes no parameters, and has a singleton INSTANCE.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static GetUserPrivilegesRequest INSTANCE  

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Method Summary

    Modifier and Type Method Description
    org.elasticsearch.client.Request getRequest()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Field Details

  • Method Details

    • getRequest

      public org.elasticsearch.client.Request getRequest()