| | |
| | | import org.opends.server.admin.client.ManagedObjectDecodingException; |
| | | import org.opends.server.admin.client.ManagementContext; |
| | | import org.opends.server.admin.client.OperationRejectedException; |
| | | import org.opends.server.admin.client.OperationRejectedException.OperationType; |
| | | import org.opends.server.admin.std.client.RootCfgClient; |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | if (!isAcceptable) { |
| | | throw new OperationRejectedException(messages); |
| | | throw new OperationRejectedException(OperationType.DELETE, d |
| | | .getUserFriendlyName(), messages); |
| | | } |
| | | |
| | | deleteManagedObject(path); |