private void undoConfiguration() {
    defaultDistributionSetTypeLayout.undo();
    authenticationConfigurationView.undo();

    // More methods
    saveConfigurationBtn.setEnabled(false);
    undoConfigurationBtn.setEnabled(false);
  }