Class GetBuiltinPrivilegesResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public final class GetBuiltinPrivilegesResponse extends ActionResponse
Response containing built-in (cluster/index) privileges
  • Constructor Details

  • Method Details

    • getClusterPrivileges

      public String[] getClusterPrivileges()
    • getIndexPrivileges

      public String[] getIndexPrivileges()
    • getRemoteClusterPrivileges

      public String[] getRemoteClusterPrivileges()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Throws:
      IOException