Class DeletePrivilegesResponse
- java.lang.Object
-
- org.elasticsearch.client.security.DeletePrivilegesResponse
-
public final class DeletePrivilegesResponse extends Object
Response for application privileges deletion
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeletePrivilegesResponsefromXContent(XContentParser parser)StringgetApplication()booleanisFound(String privilege)Indicates if the given privilege was successfully found and deleted from the list of application privileges.
-
-
-
Method Detail
-
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(XContentParser parser) throws IOException
- Throws:
IOException
-
-