5859606162636465666768
@Override public void execute(){ boolean result = _configService.removeLDAP(this); if (result){ LDAPRemoveResponse lr = new LDAPRemoveResponse(); lr.setObjectName("ldapremove"); lr.setResponseName(getCommandName()); this.setResponseObject(lr); } }