Class DeletePrivilegesResponse


  • public final class DeletePrivilegesResponse
    extends Object
    Response for application privileges deletion
    • 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.