Class DeletePrivilegesResponse

java.lang.Object
org.elasticsearch.client.security.DeletePrivilegesResponse

public final class DeletePrivilegesResponse extends Object
Response for application privileges deletion
  • Method Details

    • getApplication

      public String getApplication()
    • isFound

      public boolean isFound(String privilege)
      Indicates if the given privilege was successfully found and deleted from the list of application privileges.
      Parameters:
      privilege - the privilege
      Returns:
      true if the privilege was found and deleted, false otherwise.
    • fromXContent

      public static DeletePrivilegesResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException