Class DeletePrivilegesResponse


  • public final class DeletePrivilegesResponse
    extends java.lang.Object
    Response for application privileges deletion
    • Method Summary

      Modifier and Type Method Description
      static DeletePrivilegesResponse fromXContent​(XContentParser parser)  
      java.lang.String getApplication()  
      boolean isFound​(java.lang.String privilege)
      Indicates if the given privilege was successfully found and deleted from the list of application privileges.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getApplication

        public java.lang.String getApplication()
      • isFound

        public boolean isFound​(java.lang.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.